summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editor/doc_tools.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/editor/doc_tools.cpp b/editor/doc_tools.cpp
index 91358c3475..780b3169b4 100644
--- a/editor/doc_tools.cpp
+++ b/editor/doc_tools.cpp
@@ -374,11 +374,6 @@ void DocTools::generate(bool p_basic_types) {
classes.pop_front();
continue;
}
- if (ClassDB::get_api_type(name) != ClassDB::API_CORE && ClassDB::get_api_type(name) != ClassDB::API_EDITOR) {
- print_verbose(vformat("Class '%s' belongs neither to core nor editor, skipping.", name));
- classes.pop_front();
- continue;
- }
String cname = name;
// Property setters and getters do not get exposed as individual methods.