mirror of https://github.com/godotengine/godot
- ClassDoc added to GDScript and property reflection data were extracted from parse tree - GDScript comments are collected from tokenizer for documentation and applied to the ClassDoc by the GDScript compiler - private docs were excluded (name with underscore prefix and doesn't have any doc comments) - default values (of non exported vars), arguments are extraced from the parser - Integrated with GDScript 2.0 and new enums were added. - merge conflicts fixed |
||
|---|---|---|
| .. | ||
| doc_classes | ||
| editor | ||
| icons | ||
| language_server | ||
| tests | ||
| SCsub | ||
| config.py | ||
| gdscript.cpp | ||
| gdscript.h | ||
| gdscript_analyzer.cpp | ||
| gdscript_analyzer.h | ||
| gdscript_byte_codegen.cpp | ||
| gdscript_byte_codegen.h | ||
| gdscript_cache.cpp | ||
| gdscript_cache.h | ||
| gdscript_codegen.h | ||
| gdscript_compiler.cpp | ||
| gdscript_compiler.h | ||
| gdscript_disassembler.cpp | ||
| gdscript_editor.cpp | ||
| gdscript_function.cpp | ||
| gdscript_function.h | ||
| gdscript_functions.cpp | ||
| gdscript_functions.h | ||
| gdscript_parser.cpp | ||
| gdscript_parser.h | ||
| gdscript_tokenizer.cpp | ||
| gdscript_tokenizer.h | ||
| gdscript_vm.cpp | ||
| gdscript_warning.cpp | ||
| gdscript_warning.h | ||
| register_types.cpp | ||
| register_types.h | ||