diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-11-27 16:05:02 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-11-27 16:05:02 (GMT) |
commit | b196b1a28151d75d9546dcc407947fbf29789cc5 (patch) | |
tree | f1fce0912540e7bf84550fa530924c5fab91addf /templates | |
parent | 291b4e4a484aa8bd65c244bb88220cef4bf1c0f9 (diff) | |
download | Doxygen-b196b1a28151d75d9546dcc407947fbf29789cc5.zip Doxygen-b196b1a28151d75d9546dcc407947fbf29789cc5.tar.gz Doxygen-b196b1a28151d75d9546dcc407947fbf29789cc5.tar.bz2 |
Added missing language value for SQL to 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 f2ab42c..29eb1db 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -712,6 +712,7 @@ <xsd:enumeration value="Fortran" /> <xsd:enumeration value="VHDL" /> <xsd:enumeration value="XML" /> + <xsd:enumeration value="SQL" /> <xsd:enumeration value="Tcl" /> <xsd:enumeration value="Markdown" /> </xsd:restriction> |