summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-02-02 13:57:07 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-02-02 13:57:07 (GMT)
commit93245ad926ce01720eb35b9cf000992a44ac85c0 (patch)
tree20e088681be9c729f06f24cb2b3a855544c2752e /templates
parent2307b0f43c7233533f5485832b98276e41a32dda (diff)
downloadDoxygen-93245ad926ce01720eb35b9cf000992a44ac85c0.zip
Doxygen-93245ad926ce01720eb35b9cf000992a44ac85c0.tar.gz
Doxygen-93245ad926ce01720eb35b9cf000992a44ac85c0.tar.bz2
Minor fixes for table cell attributes in XML and docbook output
Diffstat (limited to 'templates')
-rw-r--r--templates/xml/compound.xsd1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index 277a584..c7d872a 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -574,7 +574,6 @@
<xsd:attribute name="rowspan" type="xsd:integer" />
<xsd:attribute name="align" type="DoxAlign" />
<xsd:attribute name="class" type="xsd:string" />
- <xsd:attribute name="htmlattrib" type="xsd:string" />
<xsd:anyAttribute processContents="skip"/>
</xsd:complexType>