godot/core/extension
Riteo f468e59efd GDExtension: add an interface for loading extra documentation
Adds two new GDExtension interface methods:
 - `editor_help_load_xml_from_utf8_chars`
 - `editor_help_load_xml_from_utf8_chars_and_len`

Both of these methods parse the XML passed into an extra documentation
container which, when needed, is merged into the main doc container.

Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com>
2024-01-26 13:53:33 +01:00
..
extension_api_dump.cpp
extension_api_dump.h
gdextension_compat_hashes.cpp
gdextension_compat_hashes.h
gdextension_interface.cpp GDExtension: add an interface for loading extra documentation 2024-01-26 13:53:33 +01:00
gdextension_interface.h GDExtension: add an interface for loading extra documentation 2024-01-26 13:53:33 +01:00
gdextension_manager.cpp
gdextension_manager.h
gdextension.cpp GDExtension: add an interface for loading extra documentation 2024-01-26 13:53:33 +01:00
gdextension.h GDExtension: add an interface for loading extra documentation 2024-01-26 13:53:33 +01:00
make_interface_dumper.py
make_wrappers.py
SCsub