diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-07-30 09:53:57 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-07-30 09:53:57 (GMT) |
commit | 7c992e9030c05c44189b148db39acd29a4e7f6f0 (patch) | |
tree | 9e5a7150ca1e013949285ff359bd96699c29b5b3 /templates | |
parent | 473fe1a14eab7b3d67e1eee35efc4487983a34b7 (diff) | |
parent | 3a55e42bc292ab7327e29e11b9c6ec35ee1318bb (diff) | |
download | Doxygen-7c992e9030c05c44189b148db39acd29a4e7f6f0.zip Doxygen-7c992e9030c05c44189b148db39acd29a4e7f6f0.tar.gz Doxygen-7c992e9030c05c44189b148db39acd29a4e7f6f0.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'templates')
-rw-r--r-- | templates/xml/compound.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd index 4729d4b..7a65bd2 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" /> |