summaryrefslogtreecommitdiffstats
path: root/testing/025
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-12-24 09:31:24 (GMT)
committerGitHub <noreply@github.com>2017-12-24 09:31:24 (GMT)
commit2ceb8cd0748701376362fee28ecf2b4b80fc47a6 (patch)
treec9b47365a2c24f6c59522ec40ccee6cb68ed8fc3 /testing/025
parenta20245cfcab4d6ffdf5b92e256017f3cb4c66497 (diff)
parentbd2cf98e75c600e0c2f5ae95301df8745d65571a (diff)
downloadDoxygen-2ceb8cd0748701376362fee28ecf2b4b80fc47a6.zip
Doxygen-2ceb8cd0748701376362fee28ecf2b4b80fc47a6.tar.gz
Doxygen-2ceb8cd0748701376362fee28ecf2b4b80fc47a6.tar.bz2
Merge pull request #624 from mosra/xml-page-briefdescription
Provide page brief in <briefdescription> of XML output
Diffstat (limited to 'testing/025')
-rw-r--r--testing/025/example_test_8cpp-example.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/025/example_test_8cpp-example.xml b/testing/025/example_test_8cpp-example.xml
index 1e01cba..6bcee68 100644
--- a/testing/025/example_test_8cpp-example.xml
+++ b/testing/025/example_test_8cpp-example.xml
@@ -2,6 +2,8 @@
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
<compounddef id="example_test_8cpp-example" kind="example">
<compoundname>example_test.cpp</compoundname>
+ <briefdescription>
+ </briefdescription>
<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/></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>