Add JSDocs/TSDocs support for documentation comments
Open
- Dominant language
- C
- Stars
- 765
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Right now the we support [documentation comments ](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_documentation_comments.html) via [annotations](https://github.com/godotjs/GodotJS/blob/fix-classbinder-codegen/weaver/jsb_script.cpp#L273).
It would be intuitive to use JSDocs instead.
We might be able to use/create some parser to map JS docs.
Contributor guide
Assessment
This issue has not been assessed yet.