DocData: Drop unused brief description for properties
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user