summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-06-06 10:54:26 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-06-06 10:54:26 (GMT)
commita66e43fb154e65679d6ce2fcb6b69e8f79efa825 (patch)
treecc790bace0aa6fd4c59df6e4abb8d8222171dba6 /templates
parente773e6cb9e117621e06fb81098d33417e8a97720 (diff)
downloadDoxygen-a66e43fb154e65679d6ce2fcb6b69e8f79efa825.zip
Doxygen-a66e43fb154e65679d6ce2fcb6b69e8f79efa825.tar.gz
Doxygen-a66e43fb154e65679d6ce2fcb6b69e8f79efa825.tar.bz2
Bug 304793 - paramType does not contain attribute element in compound.xsd schema
Added "attributes" to "paramType"
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" />