diff options
Diffstat (limited to 'core/doc_data.h')
-rw-r--r-- | core/doc_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/doc_data.h b/core/doc_data.h index af20b717d7..75c155c4bf 100644 --- a/core/doc_data.h +++ b/core/doc_data.h @@ -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; |