DocData: Drop unused brief description for properties

This commit is contained in:
Rémi Verschelde
2017-09-12 23:06:26 +02:00
parent 4f929a0fdf
commit 4e392517da
3 changed files with 17 additions and 36 deletions
+1 -2
View File
@@ -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);
};