mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Fix missing GDExtension in-editor API reference
This commit partially reverts a change in e1ce0340b7
which would prevent from generating API reference for GDExtension APIs.
Fixes #78829.
This commit is contained in:
parent
c83f912bcb
commit
b3d1aeea07
1 changed files with 0 additions and 5 deletions
|
@ -374,11 +374,6 @@ void DocTools::generate(bool p_basic_types) {
|
||||||
classes.pop_front();
|
classes.pop_front();
|
||||||
continue;
|
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;
|
String cname = name;
|
||||||
// Property setters and getters do not get exposed as individual methods.
|
// Property setters and getters do not get exposed as individual methods.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue