Skip to content

Generate documentation from doc comments #178

Closed
@bend-n

Description

@bend-n

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:

image

or you could even take it a step further, and convert markdown into bbcode so that it meshes better with the rust system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: registerRegister classes, functions and other symbols to GDScriptfeatureAdds functionality to the library

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions