1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

doc: Sync classref with current source

And fix broken doctool after #43948.
This commit is contained in:
Rémi Verschelde
2020-12-10 14:22:31 +01:00
parent 3e20a98503
commit 0c7a9bd283
6 changed files with 16 additions and 16 deletions

View File

@@ -703,8 +703,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
auto_build_solutions = true;
editor = true;
} else if (I->get() == "--doctool") { // Dump the engine API reference
OS::get_singleton()->set_no_window_mode(true);
auto_quit = true;
#ifdef DEBUG_METHODS_ENABLED