Skip to content

Releases: nicholas-maltbie/gddoc2yml

v0.2.0

16 May 06:40
c26f43d
Compare
Choose a tag to compare
  • Added more fixes and support to gdxml2yml.
  • Added extra command to generate xrefmap that points to godot docs.
  • Added example docfx and godot project into the repo to show
    how to generate documentation site and automated with a github
    action workflow.

v0.1.1

03 May 06:14
9a4c116
Compare
Choose a tag to compare
  • 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

02 May 07:23
7889c03
Compare
Choose a tag to compare

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