aboutsummaryrefslogtreecommitdiff
path: root/Tools/px4params
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly treat all files as UTF-8.Stefan Rado2014-02-164-7/+11
|
* Fixes for Python 3 and refactoring: Merge generic Output class into ↵Stefan Rado2014-02-157-50/+65
| | | | specialized output classes as some need to write files in binary mode.
* Fixes for Python 3: Use sorted() with key parameter instead of deprecated ↵Stefan Rado2014-02-151-10/+10
| | | | (and removed) cmp() function.
* Rename parser.py to srcparser.py to prevent naming conflicts with built-in ↵Stefan Rado2014-02-152-2/+2
| | | | Python parser library.
* Layout fixes for wiki parameter documentation.Stefan Rado2014-02-141-16/+22
| | | | | - Replace newlines in names and comments with a space. - Right align min/max/default values.
* Changed param locationLorenz Meier2014-01-291-1/+1
|
* Better outputLorenz Meier2014-01-291-7/+7
|
* Triggering param documentation generationLorenz Meier2014-01-293-3/+34
|
* Parameter documentation improvementsLorenz Meier2014-01-132-10/+47
|
* Ignoring docs outputLorenz Meier2013-10-241-0/+2
|
* Parameters list generatorAlexander Lourier2013-10-187-0/+378