Fix classes.xml sorting
Make methods, signals, theme items and constants sort correctly
This commit is contained in:
@@ -67,6 +67,9 @@ public:
|
||||
String name;
|
||||
String type;
|
||||
String description;
|
||||
bool operator<(const PropertyDoc& p_prop) const {
|
||||
return name<p_prop.name;
|
||||
}
|
||||
};
|
||||
|
||||
struct ClassDoc {
|
||||
|
||||
Reference in New Issue
Block a user