You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
C#: Do not use DocCache when generating glue code
This commit is contained in:
@@ -3894,7 +3894,7 @@ void BindingsGenerator::_log(const char *p_format, ...) {
|
||||
void BindingsGenerator::_initialize() {
|
||||
initialized = false;
|
||||
|
||||
EditorHelp::generate_doc();
|
||||
EditorHelp::generate_doc(false);
|
||||
|
||||
enum_types.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user