1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Add settings from SceneTree in the documentation

Fixes #35439
This commit is contained in:
Bojidar Marinov
2020-01-22 22:37:56 +02:00
parent 91b0be18dc
commit b4770c0a27
2 changed files with 52 additions and 0 deletions

View File

@@ -233,6 +233,8 @@ void DocData::generate(bool p_basic_types) {
List<StringName> classes;
ClassDB::get_class_list(&classes);
classes.sort_custom<StringName::AlphCompare>();
// Move ProjectSettings, so that other classes can register properties there
classes.move_to_back(classes.find("ProjectSettings"));
bool skip_setter_getter_methods = true;