aboutsummaryrefslogtreecommitdiff
path: root/doc/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-112-0/+7
* fixed md scriptYan Pas2018-02-181-8/+13
* 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
* doc status: Partial revert of e23454d, setgets are no longer listedRémi Verschelde2017-11-241-18/+2
* 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
* Merge pull request #12053 from Grosskopf/audiodocs-fixRémi Verschelde2017-10-191-5/+6
|\
| * filtering getters&setters over strings works for AudioStreamPlayer*Grosskopf2017-10-151-5/+6
* | makerst: Fix support for module classesRémi Verschelde2017-10-141-12/+8
|/
* doc_status.py: Error message for unknown CLI flag, switch shebang to pythonmhilbrunner2017-10-071-12/+16
* doc_status.py: Add -e (--empty) option to hide items with nothing left to domhilbrunner2017-10-031-0/+15
* Merge pull request #11757 from mhilbrunner/doc_status_py27Andreas Haas2017-10-021-4/+14
|\
| * doc_status.py Python 2.7 backwards compatibilitymhilbrunner2017-10-011-4/+14
* | Merge pull request #11654 from bojidar-bg/docstatus-fnmatchPoommetee Ketson2017-10-021-5/+8
|\ \ | |/ |/|
| * Allow using wildcards to filter docstatus class namesBojidar Marinov2017-09-281-5/+8
* | makerst.py: Support split classes XML and use folders and/or single files as ...Alexander Meerhoff2017-09-231-24/+30
* | Make doc_status output a bit more markdown-friendly, hide some printsBojidar Marinov2017-09-161-4/+7
|/
* Update doc status generator.Daniel J. Ramirez2017-09-151-13/+30
* Docs: ignore tags inside code,codeblock tagPoommetee Ketson2017-07-221-8/+17
* Add Signals descriptions when they exist.Julian Murgia2017-06-142-0/+12
* Doc: Drop unmainted converters for html, textile, dokuwikiRémi Verschelde2017-05-066-1825/+0
* Doc: Remove unused tool translationRémi Verschelde2017-05-062-142/+0
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix URLs to moved docs pagesRémi Verschelde2017-04-051-1/+1
* Update classes.xml to master version, add a small feature to doc_statusBojidar Marinov2017-03-291-6/+9
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-013-30/+30
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-016-67/+19
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-016-686/+686
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-016-1759/+1759
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-177-7/+7
* classref: Fix UTF-8 parsing in makerstRémi Verschelde2016-06-221-2/+3
* Various improvements to doc_status.pyRémi Verschelde2016-04-261-10/+10
* Add a python script to check the current doc statusBojidar Marinov2016-04-221-0/+430
* Remove trailing spacesRémi Verschelde2016-04-026-284/+284
* 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