gen-gd-docs
v0.0.3
Published
Generate GDScript docs based on input files/directory
Downloads
4
Readme
Gen GD Docs: A tool for generating gdscript docs
Usage:
$ gen-gd-docs --file </path/to/file> >> document.html
The above command will generate docs on a specific file
$ gen-gd-docs --dir </path/to/directory> >> document.html
The above command will generate docs for files within specified directory