Generate docs from GDExtensions using --gdextension-docs with --doctool

This commit is contained in:
David Snopek
2024-05-03 10:34:04 -05:00
parent 55b8724bd5
commit 2c5c3ae579
3 changed files with 39 additions and 28 deletions

View File

@ -52,7 +52,7 @@ public:
};
void generate(BitField<GenerateFlags> p_flags = {});
Error load_classes(const String &p_dir);
Error save_classes(const String &p_default_path, const HashMap<String, String> &p_class_path, bool p_include_xml_schema = true);
Error save_classes(const String &p_default_path, const HashMap<String, String> &p_class_path, bool p_use_relative_schema = true);
Error _load(Ref<XMLParser> parser);
Error load_compressed(const uint8_t *p_data, int p_compressed_size, int p_uncompressed_size);