You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Sort and group theme properties in docs, improve formatting for theme and enums
This commit is contained in:
@@ -603,6 +603,8 @@ void DocTools::generate(bool p_basic_types) {
|
||||
tid.data_type = "style";
|
||||
c.theme_properties.push_back(tid);
|
||||
}
|
||||
|
||||
c.theme_properties.sort();
|
||||
}
|
||||
|
||||
classes.pop_front();
|
||||
|
||||
Reference in New Issue
Block a user