summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-09-16 18:15:29 (GMT)
committerGitHub <noreply@github.com>2019-09-16 18:15:29 (GMT)
commit1599f362567b2c430e78d4e57f0f44d5a2f5ae08 (patch)
treea964e383a9b92f565e4ba389097e3dba619a8a98
parentaec1d5be2042fd53f14e67549b831e16113e3a0a (diff)
parentc47e6676a950e168c0f2c5736b9bc9056ab1e389 (diff)
downloadDoxygen-1599f362567b2c430e78d4e57f0f44d5a2f5ae08.zip
Doxygen-1599f362567b2c430e78d4e57f0f44d5a2f5ae08.tar.gz
Doxygen-1599f362567b2c430e78d4e57f0f44d5a2f5ae08.tar.bz2
Merge pull request #7267 from luzpaz/fix-api-typo
Fix typo in source
-rw-r--r--templates/xml/compound.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index 6eb7e0a..7769c70 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -196,7 +196,7 @@
<xsd:attribute name="readonly" type="DoxBool" use="optional"/>
<xsd:attribute name="bound" type="DoxBool" use="optional"/>
<xsd:attribute name="removable" type="DoxBool" use="optional"/>
- <xsd:attribute name="contrained" type="DoxBool" use="optional"/>
+ <xsd:attribute name="constrained" type="DoxBool" use="optional"/>
<xsd:attribute name="transient" type="DoxBool" use="optional"/>
<xsd:attribute name="maybevoid" type="DoxBool" use="optional"/>
<xsd:attribute name="maybedefault" type="DoxBool" use="optional"/>