rawsp33d/gdext-v

Doc comment registration

Open

#3 opened on Apr 22, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)V (1 fork)auto 404
documentationenhancementhelp wanted

Repository metrics

Stars
 (15 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide