diff options
Diffstat (limited to 'testing/043')
-rw-r--r-- | testing/043/another.xml | 2 | ||||
-rw-r--r-- | testing/043/mypage.xml | 4 |
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> |