Tools/px4moduledoc: add some comments, describe the regexes

This commit is contained in:
Beat Küng 2017-05-16 10:05:14 +02:00
parent 8a83fb7dc2
commit 8b64fc8a5e
5 changed files with 15 additions and 4 deletions

View File

@ -96,7 +96,7 @@ def main():
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.MarkdownTablesOutput(module_groups)
out = markdownout.MarkdownOutput(module_groups)
out.Save(args.markdown)