diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-02-21 16:12:30 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-02-21 16:17:14 (GMT) |
commit | 080a465b1321ff93c05ce398cd18a577e0ebae4b (patch) | |
tree | 0bae20bf26007d2856f0460143125a31cff131b5 /templates | |
parent | 5bfda3d4c1158e5429349a2698339650dcfbbe88 (diff) | |
download | Doxygen-080a465b1321ff93c05ce398cd18a577e0ebae4b.zip Doxygen-080a465b1321ff93c05ce398cd18a577e0ebae4b.tar.gz Doxygen-080a465b1321ff93c05ce398cd18a577e0ebae4b.tar.bz2 |
Added type constraint relations for Java generics to dot graphs and XML output
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 50e532e..ff516e3 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -649,6 +649,7 @@ <xsd:enumeration value="public-inheritance" /> <xsd:enumeration value="protected-inheritance" /> <xsd:enumeration value="private-inheritance" /> + <xsd:enumeration value="type-constraint" /> </xsd:restriction> </xsd:simpleType> |