aboutsummaryrefslogtreecommitdiff
path: root/doc/tools/makerst.py
Commit message (Expand)AuthorAgeFilesLines
* Documentation tool does not add escapes to code and codeblocksAnish2018-02-191-4/+26
* Enums get listed in the docs and enum members now also link to theJoachim Meyer2017-12-221-2/+43
* Fix the class docs for the rst-syntax errors.Martin Capitanio2017-11-191-0/+1
* Fix class docs, improve error handling of the rst generator.Martin Capitanio2017-11-181-3/+7
* makerst: Remove stray spaces in method signaturesRémi Verschelde2017-10-211-6/+2
* makerst: Add support for [member] and [signal]Rémi Verschelde2017-10-211-2/+5
* makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde2017-10-211-2/+12
* makerst: Fix support for module classesRémi Verschelde2017-10-141-12/+8
* makerst.py: Support split classes XML and use folders and/or single files as ...Alexander Meerhoff2017-09-231-24/+30
* Docs: ignore tags inside code,codeblock tagPoommetee Ketson2017-07-221-8/+17
* Add Signals descriptions when they exist.Julian Murgia2017-06-141-0/+6
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-4/+2
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-65/+65
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-394/+394
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-1/+1
* classref: Fix UTF-8 parsing in makerstRémi Verschelde2016-06-221-2/+3
* Remove trailing spacesRémi Verschelde2016-04-021-11/+11
* Add a warning header to each rst fileRémi Verschelde2016-02-171-0/+4
* Implement support for [codeblock] tag in helpRémi Verschelde2016-02-171-3/+42
* Improve parsing of [method ...] tagsRémi Verschelde2016-02-071-2/+2
* Fix badly formatted tags in XMLRémi Verschelde2016-02-071-2/+4
* Display better inheritance info in docJuan Linietsky2016-02-071-1/+35
* Small makerst improvementsRémi Verschelde2016-02-071-9/+27
* Enhance xml to rst converterRémi Verschelde2016-02-071-25/+50
* -Added RST generator for class referenceJuan Linietsky2016-02-061-0/+396