mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 04:47:36 +08:00
module documentation: add support for subcategories
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user