summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-30 09:20:24 (GMT)
committerGitHub <noreply@github.com>2019-07-30 09:20:24 (GMT)
commit3a55e42bc292ab7327e29e11b9c6ec35ee1318bb (patch)
tree3791bfda00756483f8d5784c8733962c4f5dddf3 /templates
parent25d7cd240edb02510bed86677d3021a2cfd96cd1 (diff)
parenta66e43fb154e65679d6ce2fcb6b69e8f79efa825 (diff)
downloadDoxygen-3a55e42bc292ab7327e29e11b9c6ec35ee1318bb.zip
Doxygen-3a55e42bc292ab7327e29e11b9c6ec35ee1318bb.tar.gz
Doxygen-3a55e42bc292ab7327e29e11b9c6ec35ee1318bb.tar.bz2
Merge pull request #7035 from albert-github/feature/bug_304793
Bug 304793 - paramType does not contain attribute element in compound.xsd schema
Diffstat (limited to 'templates')
-rw-r--r--templates/xml/compound.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index e4ca883..aac6dcd 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -232,6 +232,7 @@
<xsd:complexType name="paramType">
<xsd:sequence>
+ <xsd:element name="attributes" minOccurs="0" />
<xsd:element name="type" type="linkedTextType" minOccurs="0" />
<xsd:element name="declname" minOccurs="0" />
<xsd:element name="defname" minOccurs="0" />