summaryrefslogtreecommitdiffstats
path: root/doc/tools/makerst.py
Commit message (Expand)AuthorAgeFilesLines
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-5/+0
* makerst: Escape reST markup after enumsRémi Verschelde2020-01-241-0/+1
* makerst: Use code markup for default values/overridesRémi Verschelde2020-01-201-1/+1
* doc: Move the class description to be just below the brief descriptionHugo Locurcio2020-01-151-17/+12
* Travis CI: Run `makerst.py` to check for documentation errorsHugo Locurcio2019-12-041-2/+6
* makerst: Escape default values using reST markupRémi Verschelde2019-11-291-30/+37
* makerst: Separate signals/enums/properties/methods with a lineHugo Locurcio2019-10-241-15/+38
* Print errors when tab indent found in [codeblock]Yeongho Kim2019-10-011-0/+5
* Add overriden properties to the documentationBojidar Marinov2019-09-041-6/+14
* Adds a meta on top of every generated class to hide 'Edit on Github' linkStraToN2019-07-251-0/+1
* Add default values to the editor help, docs, and generated RSTBojidar Marinov2019-06-271-39/+46
* makerst: Fix format of [url] links in reSTRémi Verschelde2019-06-111-21/+26
* Add support for [url=] tag to makerst.pyStanislav2019-05-161-2/+13
* Remove unused importsHendrikto2019-04-061-2/+1
* ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry2019-03-291-1/+5
* EditorHelp, makerst: Improve enum ref resolving and constant ref supportIgnacio Etcheverry2019-03-291-7/+21
* doc: Fix style for vararg in makerstRémi Verschelde2019-03-101-1/+1
* makerst: make vararg methods look the same as in editor helpmerumelu2019-03-051-0/+6
* makerst.py refactor.Pieter-Jan Briers2018-12-281-353/+601
* Clean up & improve makerst.pyPieter-Jan Briers2018-12-271-171/+169
* Enabled rst files to escape for parentheses after bracketsJoão Álvaro Ferreira2018-12-111-1/+1
* Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-4/+4
* Add extra newline after enum members and constants, to ensure they'll format ...LikeLakers22018-10-021-4/+2
* doc: Fixes to rst converterRémi Verschelde2018-09-211-7/+8
* Fix the weird method linking issue when the previous method's description end...LikeLakers22018-09-201-1/+1
* doc: Make property sections in rst similar to editor docsRémi Verschelde2018-09-131-69/+98
* Doc: Use PascalCase names in hyperlinksRémi Verschelde2018-09-131-2/+2
* Doc: Use same headers and order in-editor and onlineRémi Verschelde2018-09-121-38/+57
* Add support for tutorial links to makerst.pyrobojumper2018-06-121-0/+30
* makerst.py: Properly escape \ for rstRémi Verschelde2018-05-311-1/+11
* Makes doc methods display enums.Pieter-Jan Briers2018-05-121-9/+28
* Properly closing all files in Python codeViktor Ferenczi2018-03-111-0/+3
* Documentation tool does not add escapes to code and codeblocksAnish2018-02-161-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-66/+66
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-451/+451
* 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