diff options
author | Shi Yan <shiy@nvidia.com> | 2017-09-04 23:57:12 (GMT) |
---|---|---|
committer | Shi Yan <shiy@nvidia.com> | 2017-09-04 23:57:12 (GMT) |
commit | 0259d2a8bf9571e06873b80df96fd2ff29723dbc (patch) | |
tree | df5a8f3870dfac3e99d25c2f487c003eaab1d754 /templates | |
parent | 4e4741221f4290412ef4a6b6bbfe9799abafaf6c (diff) | |
download | Doxygen-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.xsd | 1 |
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"> |