diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-11-19 19:59:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-19 19:59:24 (GMT) |
commit | 4f45bd20d4da7d40c793ec4c4c13558581e995ac (patch) | |
tree | 303363451d2db1ff70951f444d9cf0f2be0177fa /templates/xml | |
parent | 353568560581bb40acb51f2908b6797ffbd57ff4 (diff) | |
parent | eaf8edbac7e6a1873aa5c4ff0df063cd367351d6 (diff) | |
download | Doxygen-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/xml')
-rw-r--r-- | templates/xml/compound.xsd | 2 |
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"> |