index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
tools
/
makerst.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-5
/
+0
*
makerst: Escape reST markup after enums
Rémi Verschelde
2020-01-24
1
-0
/
+1
*
makerst: Use code markup for default values/overrides
Rémi Verschelde
2020-01-20
1
-1
/
+1
*
doc: Move the class description to be just below the brief description
Hugo Locurcio
2020-01-15
1
-17
/
+12
*
Travis CI: Run `makerst.py` to check for documentation errors
Hugo Locurcio
2019-12-04
1
-2
/
+6
*
makerst: Escape default values using reST markup
Rémi Verschelde
2019-11-29
1
-30
/
+37
*
makerst: Separate signals/enums/properties/methods with a line
Hugo Locurcio
2019-10-24
1
-15
/
+38
*
Print errors when tab indent found in [codeblock]
Yeongho Kim
2019-10-01
1
-0
/
+5
*
Add overriden properties to the documentation
Bojidar Marinov
2019-09-04
1
-6
/
+14
*
Adds a meta on top of every generated class to hide 'Edit on Github' link
StraToN
2019-07-25
1
-0
/
+1
*
Add default values to the editor help, docs, and generated RST
Bojidar Marinov
2019-06-27
1
-39
/
+46
*
makerst: Fix format of [url] links in reST
Rémi Verschelde
2019-06-11
1
-21
/
+26
*
Add support for [url=] tag to makerst.py
Stanislav
2019-05-16
1
-2
/
+13
*
Remove unused imports
Hendrikto
2019-04-06
1
-2
/
+1
*
ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Ignacio Etcheverry
2019-03-29
1
-1
/
+5
*
EditorHelp, makerst: Improve enum ref resolving and constant ref support
Ignacio Etcheverry
2019-03-29
1
-7
/
+21
*
doc: Fix style for vararg in makerst
Rémi Verschelde
2019-03-10
1
-1
/
+1
*
makerst: make vararg methods look the same as in editor help
merumelu
2019-03-05
1
-0
/
+6
*
makerst.py refactor.
Pieter-Jan Briers
2018-12-28
1
-353
/
+601
*
Clean up & improve makerst.py
Pieter-Jan Briers
2018-12-27
1
-171
/
+169
*
Enabled rst files to escape for parentheses after brackets
João Álvaro Ferreira
2018-12-11
1
-1
/
+1
*
Dont use equality operators with None singleton in python files
lupoDharkael
2018-10-27
1
-4
/
+4
*
Add extra newline after enum members and constants, to ensure they'll format ...
LikeLakers2
2018-10-02
1
-4
/
+2
*
doc: Fixes to rst converter
Rémi Verschelde
2018-09-21
1
-7
/
+8
*
Fix the weird method linking issue when the previous method's description end...
LikeLakers2
2018-09-20
1
-1
/
+1
*
doc: Make property sections in rst similar to editor docs
Rémi Verschelde
2018-09-13
1
-69
/
+98
*
Doc: Use PascalCase names in hyperlinks
Rémi Verschelde
2018-09-13
1
-2
/
+2
*
Doc: Use same headers and order in-editor and online
Rémi Verschelde
2018-09-12
1
-38
/
+57
*
Add support for tutorial links to makerst.py
robojumper
2018-06-12
1
-0
/
+30
*
makerst.py: Properly escape \ for rst
Rémi Verschelde
2018-05-31
1
-1
/
+11
*
Makes doc methods display enums.
Pieter-Jan Briers
2018-05-12
1
-9
/
+28
*
Properly closing all files in Python code
Viktor Ferenczi
2018-03-11
1
-0
/
+3
*
Documentation tool does not add escapes to code and codeblocks
Anish
2018-02-16
1
-4
/
+26
*
Enums get listed in the docs and enum members now also link to the
Joachim Meyer
2017-12-22
1
-2
/
+43
*
Fix the class docs for the rst-syntax errors.
Martin Capitanio
2017-11-19
1
-0
/
+1
*
Fix class docs, improve error handling of the rst generator.
Martin Capitanio
2017-11-18
1
-3
/
+7
*
makerst: Remove stray spaces in method signatures
Rémi Verschelde
2017-10-21
1
-6
/
+2
*
makerst: Add support for [member] and [signal]
Rémi Verschelde
2017-10-21
1
-2
/
+5
*
makerst: Fix rst-ization of members and escaping of [Class]s
Rémi Verschelde
2017-10-21
1
-2
/
+12
*
makerst: Fix support for module classes
Rémi Verschelde
2017-10-14
1
-12
/
+8
*
makerst.py: Support split classes XML and use folders and/or single files as ...
Alexander Meerhoff
2017-09-23
1
-24
/
+30
*
Docs: ignore tags inside code,codeblock tag
Poommetee Ketson
2017-07-22
1
-8
/
+17
*
Add Signals descriptions when they exist.
Julian Murgia
2017-06-14
1
-0
/
+6
*
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
1
-4
/
+2
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
1
-66
/
+66
*
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-01
1
-451
/
+451
*
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-17
1
-1
/
+1
*
classref: Fix UTF-8 parsing in makerst
Rémi Verschelde
2016-06-22
1
-2
/
+3
*
Remove trailing spaces
Rémi Verschelde
2016-04-02
1
-11
/
+11
*
Add a warning header to each rst file
Rémi Verschelde
2016-02-17
1
-0
/
+4
[next]