summaryrefslogtreecommitdiffstats
path: root/doc/tools/makerst.py
Commit message (Expand)AuthorAgeFilesLines
* makerst: Fix generation of overridden properties in child classesAndrii Doroshenko (Xrayez)2021-04-061-1/+1
* makerst: Add an option to filter which XML classes to outputAndrii Doroshenko (Xrayez)2021-02-151-3/+12
* doc: Fixups to #43419 which added operators in the docsRémi Verschelde2020-11-101-0/+2
* makerst: Add missing newline at EOFRémi Verschelde2020-09-151-1/+1
* Merge pull request #40613 from HaSa1002/multi-lang-docsRémi Verschelde2020-07-311-37/+62
|\
| * Add multiple programming language support to class referenceHaSa10022020-07-231-37/+62
* | makerst: Add descriptions to method qualifiersHugo Locurcio2020-07-301-1/+18
|/
* makerst: Print status messages to make the CI output clearerHugo Locurcio2020-05-271-66/+6
* Merge pull request #36960 from pycbouh/docs-improve-shortcutsRémi Verschelde2020-04-291-0/+6
|\
| * Improve shortcut formatting in docsYuri Sizov2020-04-101-0/+6
* | doc: Fix parsing typed arrays in makerst.pyRémi Verschelde2020-04-241-5/+8
|/
* Merge pull request #37426 from pycbouh/docs-override-propertiesRémi Verschelde2020-04-101-1/+1
|\
| * Add more verbosity for property overrides in RST documentationYuri Sizov2020-03-301-1/+1
* | Fixed errors in makerst pre-commit hookPouleyKetchoupp2020-03-311-1/+1
* | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-143/+172
|/
* 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