summaryrefslogtreecommitdiff
path: root/core/doc_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/doc_data.h')
-rw-r--r--core/doc_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/doc_data.h b/core/doc_data.h
index 19dec71927..c75cdfcde5 100644
--- a/core/doc_data.h
+++ b/core/doc_data.h
@@ -140,7 +140,9 @@ public:
String brief_description;
String description;
Vector<TutorialDoc> tutorials;
+ Vector<MethodDoc> constructors;
Vector<MethodDoc> methods;
+ Vector<MethodDoc> operators;
Vector<MethodDoc> signals;
Vector<ConstantDoc> constants;
Map<String, String> enums;