summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-01-23 14:12:41 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-01-23 14:12:41 (GMT)
commit09939f6fd8b1e7aaa29016e09ef47047e7bea75b (patch)
tree78125926f44cc495f6ab4ab8bd26f44aabd5202d /templates
parentdc67dbe5bd5a48756c591ad02b9f68fbd2a57687 (diff)
downloadDoxygen-09939f6fd8b1e7aaa29016e09ef47047e7bea75b.zip
Doxygen-09939f6fd8b1e7aaa29016e09ef47047e7bea75b.tar.gz
Doxygen-09939f6fd8b1e7aaa29016e09ef47047e7bea75b.tar.bz2
Bug 791390 - Table formatting information ignored in Doxygen XML output
- added possibility (and checks) for xml - added missing case for class in docbook
Diffstat (limited to 'templates')
-rw-r--r--templates/xml/compound.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index 67d7843..191527f 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -570,6 +570,10 @@
<xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="thead" type="DoxBool" />
+ <xsd:attribute name="colspan" type="xsd:integer" />
+ <xsd:attribute name="rowspan" type="xsd:integer" />
+ <!-- maybe other attributes can be listed as well -->
+ <xsd:anyAttribute processContents="skip"/>
</xsd:complexType>
<xsd:complexType name="docCaptionType" mixed="true">