Releases: nicholas-maltbie/gddoc2yml
Releases · nicholas-maltbie/gddoc2yml
v0.2.0
v0.1.1
- Added fix to how id is formatted for operators, signals, and annotation.
- Made parenthesis optional and only included if arguments require.
- Small fixes to typos in code and docs.
- Added basic markdown linting to the project.
v0.1.0
Added main features to project. Converting godot doctool to docfx compatible
yml. Added support for the following types of attributes:
- Class description
- Online tutorials
- Signal descriptions
- Constant descriptions
- Annotation descriptions
- Property descriptions
- Constructor, Method, and Operator descriptions
- Theme property descriptions
In addition, I added a basic godot-template for docfx to support highlighting
gdscript code based off of highlightjs-gdscript