diff options
author | albert-github <albert.tests@gmail.com> | 2020-01-05 11:19:00 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-01-05 11:19:00 (GMT) |
commit | afe51035be938b90b1790aa40937a93207ccdd34 (patch) | |
tree | 6fc7a78206a4b68e2f519a46f0104f8beb4391f9 /templates/xml | |
parent | d6ab8a10db09394f2e8368b6f4e787910481f91c (diff) | |
download | Doxygen-afe51035be938b90b1790aa40937a93207ccdd34.zip Doxygen-afe51035be938b90b1790aa40937a93207ccdd34.tar.gz Doxygen-afe51035be938b90b1790aa40937a93207ccdd34.tar.bz2 |
Showing information from all `*only commands in XML output
This fix reverts the changes from #381 (i.e issue #4214 "htmlonly content appears in generated XML output (Origin: bugzilla 646002)", as XML is seen as an output format that can be further processed and therefore should contain all possible information.
Diffstat (limited to 'templates/xml')
-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 ef1374f..67d7843 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -426,6 +426,7 @@ <xsd:element name="xmlonly" type="xsd:string" /> <xsd:element name="rtfonly" type="xsd:string" /> <xsd:element name="latexonly" type="xsd:string" /> + <xsd:element name="docbookonly" type="xsd:string" /> <xsd:element name="image" type="docImageType" /> <xsd:element name="dot" type="docImageType" /> <xsd:element name="msc" type="docImageType" /> |