summaryrefslogtreecommitdiffstats
path: root/testing/043
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/043
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/043')
-rw-r--r--testing/043/another.xml2
-rw-r--r--testing/043/mypage.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/testing/043/another.xml b/testing/043/another.xml
index f403e8f..2c2e61b 100644
--- a/testing/043/another.xml
+++ b/testing/043/another.xml
@@ -3,6 +3,8 @@
<compounddef id="another" kind="page">
<compoundname>another</compoundname>
<title>Another Page</title>
+ <briefdescription>
+ </briefdescription>
<detaileddescription>
<para>Another page's text. </para>
</detaileddescription>
diff --git a/testing/043/mypage.xml b/testing/043/mypage.xml
index efb09c7..589df5b 100644
--- a/testing/043/mypage.xml
+++ b/testing/043/mypage.xml
@@ -4,7 +4,11 @@
<compoundname>mypage</compoundname>
<title>Page Title</title>
<innerpage refid="another">Another Page</innerpage>
+ <briefdescription>
+ <para>Page brief description. </para>
+ </briefdescription>
<detaileddescription>
+ <para>Page brief description.</para>
<para>Text at page level. See <ref refid="mypage_1mysect" kindref="member">Section Title.</ref> for more. </para>
<sect1 id="mypage_1mysect">
<title>Section Title.</title>