[Tablegen] Add function to generate the table as node child

This commit is contained in:
TennesseeTrash 2025-06-14 20:33:49 +02:00
parent 9fad3c41b2
commit e787b94ae1
2 changed files with 11 additions and 5 deletions

View file

@ -16,6 +16,8 @@ namespace Tablegen
void GeneratePage(const std::string& path, const Settings& settings = Settings::Default());
# ifdef TABLEGEN_EXPOSE_XML
void GenerateAsChild(pugi::xml_node& node, const Settings& settings = Settings::Default());
pugi::xml_document GenerateDocument(const Settings& settings = Settings::Default());
# endif
}