1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Sort and group theme properties in docs, improve formatting for theme and enums

(cherry picked from commit ebd8101546)
This commit is contained in:
Yuri Sizov
2021-12-01 22:45:12 +03:00
committed by Rémi Verschelde
parent d5aa00c2cb
commit e77c6aaba7
33 changed files with 540 additions and 502 deletions

View File

@@ -511,6 +511,8 @@ void DocData::generate(bool p_basic_types) {
tid.data_type = "style";
c.theme_properties.push_back(tid);
}
c.theme_properties.sort();
}
classes.pop_front();