Sort and group theme properties in docs, improve formatting for theme and enums
This commit is contained in:
parent
e223a9c129
commit
397e56964d
33 changed files with 672 additions and 631 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue