summaryrefslogtreecommitdiffstats
path: root/templates/xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-02-02 11:44:10 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-02-02 11:44:10 (GMT)
commita2954444b3b2bd0af09f3c886f13b4597866153a (patch)
tree717bf392538ef6e1bfdd443b17aabe8ef15c44e0 /templates/xml
parent2faf90d076b3e1ec2d13597341cb8220fe15be9f (diff)
parent09939f6fd8b1e7aaa29016e09ef47047e7bea75b (diff)
downloadDoxygen-a2954444b3b2bd0af09f3c886f13b4597866153a.zip
Doxygen-a2954444b3b2bd0af09f3c886f13b4597866153a.tar.gz
Doxygen-a2954444b3b2bd0af09f3c886f13b4597866153a.tar.bz2
Merge branch 'feature/bug_791390' of https://github.com/albert-github/doxygen into albert-github-feature/bug_791390
Diffstat (limited to 'templates/xml')
-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">