diff options
Diffstat (limited to 'editor/doc_data.h')
-rw-r--r-- | editor/doc_data.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editor/doc_data.h b/editor/doc_data.h index 073705f0b1..06d0889af6 100644 --- a/editor/doc_data.h +++ b/editor/doc_data.h @@ -38,7 +38,6 @@ class DocData { public: struct ArgumentDoc { - String name; String type; String enumeration; @@ -46,7 +45,6 @@ public: }; struct MethodDoc { - String name; String return_type; String return_enum; @@ -59,7 +57,6 @@ public: }; struct ConstantDoc { - String name; String value; String enumeration; @@ -67,7 +64,6 @@ public: }; struct PropertyDoc { - String name; String type; String enumeration; @@ -84,7 +80,6 @@ public: }; struct ClassDoc { - String name; String inherits; String category; |