module documentation: add support for subcategories

This commit is contained in:
Beat Küng
2019-01-31 07:18:58 +01:00
parent d8b013355c
commit 4452669614
6 changed files with 66 additions and 17 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ def main():
# Output to Markdown/HTML tables
if args.markdown:
if (args.verbose): print("Creating markdown output to directory " + str(args.markdown))
if args.verbose: print("Creating markdown output to directory " + str(args.markdown))
if not os.path.exists(args.markdown):
os.makedirs(args.markdown)
out = markdownout.MarkdownOutput(module_groups)