aboutsummaryrefslogtreecommitdiff
path: root/Tools/px4params
Commit message (Collapse)AuthorAgeFilesLines
* Improve DokuWiki formatting.Stefan Rado2014-02-191-24/+19
|
* Rework px_process_params.py into a fully featured program.Stefan Rado2014-02-189-143/+18
|
* Rename Scanner and Parser classes to SourceScanner and SourceParser to avoid ↵Stefan Rado2014-02-183-7/+7
| | | | naming conflicts.
* Simplify file extension check.Stefan Rado2014-02-181-7/+2
|
* Recognize @unit parameter documentation tag. Not used in any output yet.Stefan Rado2014-02-181-1/+2
|
* 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