Library and Simple Python scripts for Markdown and GDScript docs.
It is a simple python tool that checks gdscript doc comments. It will show you which const, vars, signals and funcs are missing docs comments.
python check_gds_docs -ir gds_source -s plugin.gd
-h, --help will display this message
-i, --input you give dir sources of gdscript script to scan
-r, --recursive scan input recursively
-s, --skip files and dirs to skip from input
It is a simple python tool that generates markdown from gdscript doc comments.
gds_docs2md -o output -ir gds_source -s plugin.gd
-h, --help will display this message
-i, --input you give dir sources of gdscript script to scan
-r, --recursive scan input recursively
-s, --skip files and dirs to skip from input
Project tools is set of python scripts that I made to make developing this project easier, they are not part of gdscript-docs-tools.