diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-12-24 09:29:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-24 09:29:07 (GMT) |
commit | a20245cfcab4d6ffdf5b92e256017f3cb4c66497 (patch) | |
tree | 0fdac8645cd61a48eb57edfb89b37017fa66436c /testing/025 | |
parent | cf15b90dfa540e5ce74ffbc2b961417cd480ce0d (diff) | |
parent | b6a7abf02652b74872b9c676fcfa545e18d9bde7 (diff) | |
download | Doxygen-a20245cfcab4d6ffdf5b92e256017f3cb4c66497.zip Doxygen-a20245cfcab4d6ffdf5b92e256017f3cb4c66497.tar.gz Doxygen-a20245cfcab4d6ffdf5b92e256017f3cb4c66497.tar.bz2 |
Merge pull request #623 from mosra/xml-encode-invalid-characters
Encode invalid XML characters instead of skipping them
Diffstat (limited to 'testing/025')
-rw-r--r-- | testing/025/example_test_8cpp-example.xml | 2 |
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 96a1cd7..1e01cba 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 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> + <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/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/></highlight><highlight class="keywordtype">char</highlight><highlight class="normal">*<sp/>a<sp/>=<sp/></highlight><highlight class="stringliteral">"Some<sp/>special<sp/>character<sp/>here:<sp/><sp value="7"/><sp/>"</highlight><highlight class="normal">;</highlight></codeline><codeline><highlight class="normal"/></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> |