Closed
Description
gdscript now has doccomments, so it would be neat, if, say
/// oh my god this is a [b]awesome[/b] function!
/// see also [member cool] and [constant E]
fn on_selected(index: i32) { }
would then generate documentation that you can view in the editor:
or you could even take it a step further, and convert markdown into bbcode so that it meshes better with the rust system.