mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 21:39:06 +08:00
Tools/px4moduledoc: add some comments, describe the regexes
This commit is contained in:
parent
8a83fb7dc2
commit
8b64fc8a5e
@ -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)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user