summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-09-16 11:51:13 (GMT)
committerluz.paz <luzpaz@users.noreply.github.com>2019-09-16 11:51:13 (GMT)
commitc47e6676a950e168c0f2c5736b9bc9056ab1e389 (patch)
treed5504a23e0a99c30115e6c4056c3fdab44f3a2ab /templates
parent4fbb61f020a607a96152ba5c00668b9840ea812c (diff)
downloadDoxygen-c47e6676a950e168c0f2c5736b9bc9056ab1e389.zip
Doxygen-c47e6676a950e168c0f2c5736b9bc9056ab1e389.tar.gz
Doxygen-c47e6676a950e168c0f2c5736b9bc9056ab1e389.tar.bz2
Fix typo in source
Diffstat (limited to 'templates')
-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"/>