summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-11-19 19:59:24 (GMT)
committerGitHub <noreply@github.com>2017-11-19 19:59:24 (GMT)
commit4f45bd20d4da7d40c793ec4c4c13558581e995ac (patch)
tree303363451d2db1ff70951f444d9cf0f2be0177fa /templates
parent353568560581bb40acb51f2908b6797ffbd57ff4 (diff)
parenteaf8edbac7e6a1873aa5c4ff0df063cd367351d6 (diff)
downloadDoxygen-4f45bd20d4da7d40c793ec4c4c13558581e995ac.zip
Doxygen-4f45bd20d4da7d40c793ec4c4c13558581e995ac.tar.gz
Doxygen-4f45bd20d4da7d40c793ec4c4c13558581e995ac.tar.bz2
Merge pull request #621 from mosra/xml-programlisting-filename
Propagate language information to all <programlisting> XML elements
Diffstat (limited to 'templates')
-rw-r--r--templates/xml/compound.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index 43cc897..8affc20 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -264,7 +264,7 @@
<xsd:sequence>
<xsd:element name="codeline" type="codelineType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
- <xsd:attribute name="language" type="DoxLanguage" use="optional"/>
+ <xsd:attribute name="filename" type="xsd:string" use="optional"/>
</xsd:complexType>
<xsd:complexType name="codelineType">