summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorShi Yan <shiy@nvidia.com>2017-09-04 23:57:12 (GMT)
committerShi Yan <shiy@nvidia.com>2017-09-04 23:57:12 (GMT)
commit0259d2a8bf9571e06873b80df96fd2ff29723dbc (patch)
treedf5a8f3870dfac3e99d25c2f487c003eaab1d754 /templates
parent4e4741221f4290412ef4a6b6bbfe9799abafaf6c (diff)
downloadDoxygen-0259d2a8bf9571e06873b80df96fd2ff29723dbc.zip
Doxygen-0259d2a8bf9571e06873b80df96fd2ff29723dbc.tar.gz
Doxygen-0259d2a8bf9571e06873b80df96fd2ff29723dbc.tar.bz2
update compound.xsd to add language attribute
add language attribute (optional) to listingType Changes to be committed: modified: templates/xml/compound.xsd
Diffstat (limited to 'templates')
-rw-r--r--templates/xml/compound.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index 29eb1db..50426c0 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -264,6 +264,7 @@
<xsd:sequence>
<xsd:element name="codeline" type="codelineType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
+ <xsd:attribute name="language" type="xsd:string" use="optional"/>
</xsd:complexType>
<xsd:complexType name="codelineType">