#Export the generated documentation from comments so that it can be viewed outside of Godot?
4 messages · Page 1 of 1 (latest)
We have documentation comments ?? 
sure thing @wild plume : https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_documentation_comments.html
Godot Engine documentation
In GDScript, comments can be used to document your code and add description to the members of a script. There are two differences between a normal comment and a documentation comment. Firstly, a do...
they automatically show up in the help dialog in godot editor, which is super cool