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
/
doc_status.py
Age
Commit message (
Expand
)
Author
2022-07-29
Add Python PEP 484/526 type hints to doc/tools/doc_status.py
Andy Maloney
2022-01-07
Update doc_status script to support constructors and operators docs
Hugo Locurcio
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-02-01
Improve the `doc_status.py` console output
Hugo Locurcio
2020-01-24
Count theme items in doc_status.py
Tomasz Chabora
2019-12-06
Add a pre-commit hook to check the class reference syntax
Hugo Locurcio
2019-10-08
Fixed AttributeError on doc_status.py
SamuelDeboni
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2018-11-05
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Rémi Verschelde
2017-11-24
doc status: Partial revert of e23454d, setgets are no longer listed
Rémi Verschelde
2017-10-15
filtering getters&setters over strings works for AudioStreamPlayer*
Grosskopf
2017-10-07
doc_status.py: Error message for unknown CLI flag, switch shebang to python
mhilbrunner
2017-10-03
doc_status.py: Add -e (--empty) option to hide items with nothing left to do
mhilbrunner
2017-10-02
Merge pull request #11757 from mhilbrunner/doc_status_py27
Andreas Haas
2017-10-02
Merge pull request #11654 from bojidar-bg/docstatus-fnmatch
Poommetee Ketson
2017-10-01
doc_status.py Python 2.7 backwards compatibility
mhilbrunner
2017-09-28
Allow using wildcards to filter docstatus class names
Bojidar Marinov
2017-09-16
Make doc_status output a bit more markdown-friendly, hide some prints
Bojidar Marinov
2017-09-15
Update doc status generator.
Daniel J. Ramirez
2017-05-06
Doc: Drop unmainted converters for html, textile, dokuwiki
Rémi Verschelde
2017-04-05
Fix URLs to moved docs pages
Rémi Verschelde
2017-03-29
Update classes.xml to master version, add a small feature to doc_status
Bojidar Marinov
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-04-26
Various improvements to doc_status.py
Rémi Verschelde
2016-04-22
Add a python script to check the current doc status
Bojidar Marinov