summaryrefslogtreecommitdiffstats
path: root/testing/032
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/032
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/032')
-rw-r--r--testing/032/indexpage.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/032/indexpage.xml b/testing/032/indexpage.xml
index 1894ae4..89d8c1f 100644
--- a/testing/032/indexpage.xml
+++ b/testing/032/indexpage.xml
@@ -3,6 +3,8 @@
<compounddef id="indexpage" kind="page">
<compoundname>index</compoundname>
<title>My Project</title>
+ <briefdescription>
+ </briefdescription>
<detaileddescription>
<para>Some text. <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/>Test<sp/>t;</highlight></codeline><codeline><highlight class="normal"><sp/><sp/>t.example();</highlight></codeline><codeline><highlight class="normal">}</highlight></codeline><codeline><highlight class="normal"/></codeline></programlisting> More text. <programlisting filename="example_test.cpp"><codeline lineno="1"><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>main()</highlight></codeline><codeline lineno="2"><highlight class="normal">{</highlight></codeline><codeline lineno="3"><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 lineno="4"><highlight class="normal"/></codeline><codeline lineno="5"><highlight class="normal"><sp/><sp/>Test<sp/>t;</highlight></codeline><codeline lineno="6"><highlight class="normal"><sp/><sp/>t.example();</highlight></codeline><codeline lineno="7"><highlight class="normal">}</highlight></codeline><codeline lineno="8"><highlight class="normal"/></codeline></programlisting> End. </para>
</detaileddescription>