utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
576 stars 39 forks source link

Generate documentation from the api.json file. #514

Closed CedNaru closed 2 weeks ago

CedNaru commented 10 months ago

With 4.2, Godot will allow exporting the documentation alongside the api in the api.json (https://github.com/godotengine/godot/pull/82331)

It will allow us to remove the XML parsing in the api generation and have a single source of truth.