You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add support for documenting built-in annotations
This commit is contained in:
@@ -163,6 +163,7 @@ public:
|
||||
Vector<ConstantDoc> constants;
|
||||
HashMap<String, String> enums;
|
||||
Vector<PropertyDoc> properties;
|
||||
Vector<MethodDoc> annotations;
|
||||
Vector<ThemeItemDoc> theme_properties;
|
||||
bool is_script_doc = false;
|
||||
String script_path;
|
||||
|
||||
Reference in New Issue
Block a user