aboutsummaryrefslogtreecommitdiff
path: root/Tools/px4params/srcparser.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename Scanner and Parser classes to SourceScanner and SourceParser to avoid ↵Stefan Rado2014-02-181-1/+1
| | | | naming conflicts.
* Recognize @unit parameter documentation tag. Not used in any output yet.Stefan Rado2014-02-181-1/+2
|
* 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-151-0/+220
Python parser library.