diff options
Diffstat (limited to 'editor/doc/doc_data.h')
-rw-r--r-- | editor/doc/doc_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/doc/doc_data.h b/editor/doc/doc_data.h index 8156acd3d0..3d5867dcca 100644 --- a/editor/doc/doc_data.h +++ b/editor/doc/doc_data.h @@ -73,6 +73,7 @@ public: String enumeration; String description; String setter, getter; + String default_value; bool operator<(const PropertyDoc &p_prop) const { return name < p_prop.name; } @@ -86,7 +87,6 @@ public: String brief_description; String description; Vector<String> tutorials; - String demos; Vector<MethodDoc> methods; Vector<MethodDoc> signals; Vector<ConstantDoc> constants; |