Skip to content
Snippets Groups Projects
Commit dc878f43 authored by Hamish Willee's avatar Hamish Willee Committed by Daniel Agar
Browse files

Param docs explain how create (#10439)

This adds text to markdown output to explain how params are generated
parent 56723b2e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import codecs
class MarkdownTablesOutput():
def __init__(self, groups):
result = ("# Parameter Reference\n"
"> **Note** **This list is auto-generated from the source code** and contains the most recent parameter documentation.\n"
"> **Note** **This list is auto-generated from the source code** (using `make parameters_metadata`) and contains the most recent parameter documentation.\n"
"\n")
for group in groups:
result += '## %s\n\n' % group.GetName()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment