diff options
Diffstat (limited to 'editor/doc/doc_data.h')
| -rw-r--r-- | editor/doc/doc_data.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/doc/doc_data.h b/editor/doc/doc_data.h index 5f94fe17f..68d30d823 100644 --- a/editor/doc/doc_data.h +++ b/editor/doc/doc_data.h @@ -70,7 +70,6 @@ public: String name; String type; String enumeration; - String brief_description; String description; String setter, getter; bool operator<(const PropertyDoc &p_prop) const { @@ -105,7 +104,7 @@ public: void generate(bool p_basic_types = false); Error load_classes(const String &p_dir); static Error erase_classes(const String &p_dir); - Error save_classes(const String &p_default_path,const Map<String,String>& p_class_path); + Error save_classes(const String &p_default_path, const Map<String, String> &p_class_path); Error load_compressed(const uint8_t *p_data, int p_compressed_size, int p_uncompressed_size); }; |
