Replies: 1 comment 7 replies
-
Constructors are placed in a separate section only for built-in types (
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm not sure if this discussion belongs to this section, but I guess it's fine.
The thing is that with GDScript documentation comments you can document constructors, but they appear in the
Methods
section of the generated documentation, instead of in a section of their own, like native GDScript types do (e.g. the String class).I've searched the internet to see if this is achieved somehow but I couldn't find anything. Does this make sense as a feature proposal?
Beta Was this translation helpful? Give feedback.
All reactions