Skip to content
Snippets Groups Projects
Commit a4905526 authored by Dennis Gläser's avatar Dennis Gläser Committed by Kilian Weishaupt
Browse files

[bin][getparamslist] do not copy parameter list initially

Since the list is under version control, one can always reestablish the
list before script execution
parent c67bac83
No related branches found
No related tags found
1 merge request!2334[doc] Add python script to automatically update parameterlist.txt
......@@ -137,9 +137,6 @@ for key in sortedParameterDict:
# combine entries
tableEntries = tableEntriesWithoutGroup + tableEntriesWithGroup
# make a backup of the old parameterlist.txt file
copyfile(rootDir + '/../doc/doxygen/extradoc/parameterlist.txt', rootDir + '/../doc/doxygen/extradoc/parameterlist_old.txt')
header = """/*!
*\\file
*\ingroup Parameter
......
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