index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
tools
/
makerst.py
Age
Commit message (
Expand
)
Author
2018-12-28
makerst.py refactor.
Pieter-Jan Briers
2018-12-27
Clean up & improve makerst.py
Pieter-Jan Briers
2018-12-11
Enabled rst files to escape for parentheses after brackets
João Álvaro Ferreira
2018-10-27
Dont use equality operators with None singleton in python files
lupoDharkael
2018-10-02
Add extra newline after enum members and constants, to ensure they'll format ...
LikeLakers2
2018-09-21
doc: Fixes to rst converter
Rémi Verschelde
2018-09-20
Fix the weird method linking issue when the previous method's description end...
LikeLakers2
2018-09-13
doc: Make property sections in rst similar to editor docs
Rémi Verschelde
2018-09-13
Doc: Use PascalCase names in hyperlinks
Rémi Verschelde
2018-09-12
Doc: Use same headers and order in-editor and online
Rémi Verschelde
2018-06-12
Add support for tutorial links to makerst.py
robojumper
2018-05-31
makerst.py: Properly escape \ for rst
Rémi Verschelde
2018-05-12
Makes doc methods display enums.
Pieter-Jan Briers
2018-03-11
Properly closing all files in Python code
Viktor Ferenczi
2018-02-16
Documentation tool does not add escapes to code and codeblocks
Anish
2017-12-22
Enums get listed in the docs and enum members now also link to the
Joachim Meyer
2017-11-19
Fix the class docs for the rst-syntax errors.
Martin Capitanio
2017-11-18
Fix class docs, improve error handling of the rst generator.
Martin Capitanio
2017-10-21
makerst: Remove stray spaces in method signatures
Rémi Verschelde
2017-10-21
makerst: Add support for [member] and [signal]
Rémi Verschelde
2017-10-21
makerst: Fix rst-ization of members and escaping of [Class]s
Rémi Verschelde
2017-10-14
makerst: Fix support for module classes
Rémi Verschelde
2017-09-23
makerst.py: Support split classes XML and use folders and/or single files as ...
Alexander Meerhoff
2017-07-22
Docs: ignore tags inside code,codeblock tag
Poommetee Ketson
2017-06-14
Add Signals descriptions when they exist.
Julian Murgia
2016-11-01
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-10-17
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-06-22
classref: Fix UTF-8 parsing in makerst
Rémi Verschelde
2016-04-02
Remove trailing spaces
Rémi Verschelde
2016-02-17
Add a warning header to each rst file
Rémi Verschelde
2016-02-17
Implement support for [codeblock] tag in help
Rémi Verschelde
2016-02-07
Improve parsing of [method ...] tags
Rémi Verschelde
2016-02-07
Fix badly formatted tags in XML
Rémi Verschelde
2016-02-07
Display better inheritance info in doc
Juan Linietsky
2016-02-07
Small makerst improvements
Rémi Verschelde
2016-02-07
Enhance xml to rst converter
Rémi Verschelde
2016-02-06
-Added RST generator for class reference
Juan Linietsky