-
-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Labels
bugc: registerRegister classes, functions and other symbols to GDScriptRegister classes, functions and other symbols to GDScript
Description
If you put a function inside a secondary impl block, that function will not have docs generated upon registration.
This can be easily verified by looking at the docs
variable in src/class/data_models/inherent_impl.rs
line 95
:
let docs = crate::docs::document_inherent_impl(&funcs, &consts, &signals); |
I've fixed this in 659d473 so it could be cherry-picked into here, though there might be conflicts that need to be resolved.
Yarwin
Metadata
Metadata
Assignees
Labels
bugc: registerRegister classes, functions and other symbols to GDScriptRegister classes, functions and other symbols to GDScript