Param docs explain how create (#10439)

This adds text to markdown output to explain how params are generated
This commit is contained in:
Hamish Willee
2018-09-10 23:38:41 +10:00
committed by Daniel Agar
parent 56723b2ece
commit dc878f43a8
+1 -1
View File
@@ -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()