summaryrefslogtreecommitdiffstats
path: root/testing/025
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 /testing/025
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 'testing/025')
-rw-r--r--testing/025/example_test_8cpp-example.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/025/example_test_8cpp-example.xml b/testing/025/example_test_8cpp-example.xml
index 6c0ce90..96a1cd7 100644
--- a/testing/025/example_test_8cpp-example.xml
+++ b/testing/025/example_test_8cpp-example.xml
@@ -4,7 +4,7 @@
<compoundname>example_test.cpp</compoundname>
<detaileddescription>
<para>This is an example of how to use the <ref refid="class_test" kindref="compound">Test</ref> class.</para>
- <para>More details about this example. <programlisting><codeline><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>main()</highlight></codeline><codeline><highlight class="normal">{</highlight></codeline><codeline><highlight class="normal"><sp/><sp/><ref refid="class_test" kindref="compound">Test</ref><sp/>t;</highlight></codeline><codeline><highlight class="normal"><sp/><sp/>t.<ref refid="class_test_1a47b775f65718978f1ffcd96376f8ecfa" kindref="member">example</ref>();</highlight></codeline><codeline><highlight class="normal">}</highlight></codeline><codeline><highlight class="normal"/></codeline></programlisting> </para>
+ <para>More details about this example. <programlisting filename="example_test.cpp"><codeline><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>main()</highlight></codeline><codeline><highlight class="normal">{</highlight></codeline><codeline><highlight class="normal"><sp/><sp/><ref refid="class_test" kindref="compound">Test</ref><sp/>t;</highlight></codeline><codeline><highlight class="normal"><sp/><sp/>t.<ref refid="class_test_1a47b775f65718978f1ffcd96376f8ecfa" kindref="member">example</ref>();</highlight></codeline><codeline><highlight class="normal">}</highlight></codeline><codeline><highlight class="normal"/></codeline></programlisting> </para>
</detaileddescription>
</compounddef>
</doxygen>