mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
Tools/px4moduledoc: add some comments, describe the regexes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user