[Tablegen] Add function to generate the table as node child
This commit is contained in:
parent
9fad3c41b2
commit
e787b94ae1
2 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue