-
Notifications
You must be signed in to change notification settings - Fork 1
Doc comment registration #3
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Doc comments should be registered with Godot for our V classes.
In V we don't have easy access to doc comments, but we can import the parser and use it for now. Long-term, as discussed here it seems in the cards to add doc comments like Rust has (
///) to V.