diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-12-24 09:32:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-24 09:32:52 (GMT) |
commit | 8acdd3ca5719be461674847341a6d9f93a27f367 (patch) | |
tree | a921c2c182a3a609bb86f68475c878a29180ff37 /templates | |
parent | 2ceb8cd0748701376362fee28ecf2b4b80fc47a6 (diff) | |
parent | fe760977e2cb643b94fbf21847e0c81e8a080966 (diff) | |
download | Doxygen-8acdd3ca5719be461674847341a6d9f93a27f367.zip Doxygen-8acdd3ca5719be461674847341a6d9f93a27f367.tar.gz Doxygen-8acdd3ca5719be461674847341a6d9f93a27f367.tar.bz2 |
Merge pull request #625 from mosra/xml-tableofcontents
Expose TOC placeholder in XML output
Diffstat (limited to 'templates')
-rw-r--r-- | templates/xml/compound.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd index efe1481..82538e6 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -29,6 +29,7 @@ <xsd:element name="innergroup" type="refType" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="templateparamlist" type="templateparamlistType" minOccurs="0" /> <xsd:element name="sectiondef" type="sectiondefType" minOccurs="0" maxOccurs="unbounded" /> + <xsd:element name="tableofcontents" minOccurs="0" maxOccurs="1" /> <xsd:element name="briefdescription" type="descriptionType" minOccurs="0" /> <xsd:element name="detaileddescription" type="descriptionType" minOccurs="0" /> <xsd:element name="inheritancegraph" type="graphType" minOccurs="0" /> |