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.
Right now the we support documentation comments via annotations.
It would be intuitive to use JSDocs instead.
We might be able to use/create some parser to map JS docs.