GDScript documentation generation system
- Mentors
- George Marques, Ankit Priyarup
- Organization
- Godot Engine
GDScript is a high-level, dynamic typed python like language. It's one of the supported language of Godot Engine developed by it's community.
The goal of the project is to implement a documentation system to the language. It'll use comments added above any script member as the documentation. When the source is compiling a documentation for the code will be generated by extracting the comments and type information from the parse tree. The generated documentation could be viewed by the editor and saved as a makrup document.