mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08: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