diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-03-15 12:17:14 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-03-15 12:17:14 (GMT) |
commit | 95375152974fa7e0e4d4cec7007d942dd5e9615e (patch) | |
tree | aa6142b658f2d43ff808b290a16d42d52871b3b5 /templates | |
parent | c9465bd210d8250a5439f22bf564c187cd45e968 (diff) | |
download | Doxygen-95375152974fa7e0e4d4cec7007d942dd5e9615e.zip Doxygen-95375152974fa7e0e4d4cec7007d942dd5e9615e.tar.gz Doxygen-95375152974fa7e0e4d4cec7007d942dd5e9615e.tar.bz2 |
Fixes for showing type constraint relations
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 ff516e3..c960c7b 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -220,6 +220,7 @@ <xsd:element name="defname" minOccurs="0" /> <xsd:element name="array" minOccurs="0" /> <xsd:element name="defval" type="linkedTextType" minOccurs="0" /> + <xsd:element name="typeconstraint" type="linkedTextType" minOccurs="0" /> <xsd:element name="briefdescription" type="descriptionType" minOccurs="0" /> </xsd:sequence> </xsd:complexType> |