summaryrefslogtreecommitdiff
path: root/doc/tools
AgeCommit message (Expand)Author
2019-10-01Print errors when tab indent found in [codeblock]Yeongho Kim
2019-09-04Add overriden properties to the documentationBojidar Marinov
2019-07-25Adds a meta on top of every generated class to hide 'Edit on Github' linkStraToN
2019-06-27Add default values to the editor help, docs, and generated RSTBojidar Marinov
2019-06-11makerst: Fix format of [url] links in reSTRémi Verschelde
2019-05-16Add support for [url=] tag to makerst.pyStanislav
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-06Remove unused importsHendrikto
2019-03-29ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry
2019-03-29EditorHelp, makerst: Improve enum ref resolving and constant ref supportIgnacio Etcheverry
2019-03-10doc: Fix style for vararg in makerstRémi Verschelde
2019-03-05makerst: make vararg methods look the same as in editor helpmerumelu
2018-12-28makerst.py refactor.Pieter-Jan Briers
2018-12-27Clean up & improve makerst.pyPieter-Jan Briers
2018-12-11Enabled rst files to escape for parentheses after bracketsJoão Álvaro Ferreira
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
2018-10-27Dont use equality operators with None singleton in python fileslupoDharkael
2018-10-02Add extra newline after enum members and constants, to ensure they'll format ...LikeLakers2
2018-10-02doc: Drop obsolete makemd.py, dates back to GitHub Wiki daysRémi Verschelde
2018-09-21doc: Fixes to rst converterRémi Verschelde
2018-09-20Fix the weird method linking issue when the previous method's description end...LikeLakers2
2018-09-13doc: Make property sections in rst similar to editor docsRémi Verschelde
2018-09-13Doc: Use PascalCase names in hyperlinksRémi Verschelde
2018-09-12Doc: Use same headers and order in-editor and onlineRémi Verschelde
2018-06-12Add support for tutorial links to makerst.pyrobojumper
2018-05-31makerst.py: Properly escape \ for rstRémi Verschelde
2018-05-12Makes doc methods display enums.Pieter-Jan Briers
2018-03-11Properly closing all files in Python codeViktor Ferenczi
2018-02-18fixed md scriptYan Pas
2018-02-16Documentation tool does not add escapes to code and codeblocksAnish
2017-12-22Enums get listed in the docs and enum members now also link to theJoachim Meyer
2017-11-24doc status: Partial revert of e23454d, setgets are no longer listedRémi Verschelde
2017-11-19Fix the class docs for the rst-syntax errors.Martin Capitanio
2017-11-18Fix class docs, improve error handling of the rst generator.Martin Capitanio
2017-10-21makerst: Remove stray spaces in method signaturesRémi Verschelde
2017-10-21makerst: Add support for [member] and [signal]Rémi Verschelde
2017-10-21makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde
2017-10-19Merge pull request #12053 from Grosskopf/audiodocs-fixRémi Verschelde
2017-10-15filtering getters&setters over strings works for AudioStreamPlayer*Grosskopf
2017-10-14makerst: Fix support for module classesRémi Verschelde
2017-10-07doc_status.py: Error message for unknown CLI flag, switch shebang to pythonmhilbrunner
2017-10-03doc_status.py: Add -e (--empty) option to hide items with nothing left to domhilbrunner
2017-10-02Merge pull request #11757 from mhilbrunner/doc_status_py27Andreas Haas
2017-10-02Merge pull request #11654 from bojidar-bg/docstatus-fnmatchPoommetee Ketson
2017-10-01doc_status.py Python 2.7 backwards compatibilitymhilbrunner
2017-09-28Allow using wildcards to filter docstatus class namesBojidar Marinov
2017-09-23makerst.py: Support split classes XML and use folders and/or single files as ...Alexander Meerhoff
2017-09-16Make doc_status output a bit more markdown-friendly, hide some printsBojidar Marinov
2017-09-15Update doc status generator.Daniel J. Ramirez
2017-07-22Docs: ignore tags inside code,codeblock tagPoommetee Ketson