summaryrefslogtreecommitdiffstats
path: root/core/extension/extension_api_dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/extension/extension_api_dump.h')
-rw-r--r--core/extension/extension_api_dump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/extension/extension_api_dump.h b/core/extension/extension_api_dump.h
index 11ea2cf923..204a115f84 100644
--- a/core/extension/extension_api_dump.h
+++ b/core/extension/extension_api_dump.h
@@ -37,8 +37,8 @@
class GDExtensionAPIDump {
public:
- static Dictionary generate_extension_api();
- static void generate_extension_json_file(const String &p_path);
+ static Dictionary generate_extension_api(bool p_include_docs = false);
+ static void generate_extension_json_file(const String &p_path, bool p_include_docs = false);
static Error validate_extension_json_file(const String &p_path);
};
#endif