summaryrefslogtreecommitdiffstats
path: root/testing/043/mypage.xml
blob: d1a65bd0567fc62032e7d87b53baeb690f8b456d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US">
  <compounddef id="mypage" kind="page">
    <compoundname>mypage</compoundname>
    <title>Page Title</title>
    <innerpage refid="another">Another Page</innerpage>
    <tableofcontents>
      <tocsect>
        <name>Section Title.</name>
        <reference>mypage_1mysect</reference>
        <tableofcontents>
          <tocsect>
            <name>Subsection Title.</name>
            <reference>mypage_1mysubsect</reference>
            <tableofcontents>
              <tocsect>
                <name>Subsubsection Title.</name>
                <reference>mypage_1mysubsubsect</reference>
                <tableofcontents>
                  <tocsect>
                    <name>Paragraph Title.</name>
                    <reference>mypage_1mypara</reference>
                  </tocsect>
                </tableofcontents>
              </tocsect>
            </tableofcontents>
          </tocsect>
        </tableofcontents>
      </tocsect>
      <tocsect>
        <name>Another Section Title.</name>
        <reference>mypage_1mysect2</reference>
      </tocsect>
    </tableofcontents>
    <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>
        <para>Text at section level. See <ref refid="mypage_1mysubsect" kindref="member">Subsection Title.</ref> for more. </para>
        <sect2 id="mypage_1mysubsect">
          <title>Subsection Title.</title>
          <para>Text at subsection level. see <ref refid="mypage_1mysubsubsect" kindref="member">Subsubsection Title.</ref> for more. </para>
          <sect3 id="mypage_1mysubsubsect">
            <title>Subsubsection Title.</title>
            <para>Text at subsubsection level. <ref refid="mypage_1mypara" kindref="member">Paragraph Title.</ref> for more. </para>
            <sect4 id="mypage_1mypara">
              <title>Paragraph Title.</title>
              <para>Text at paragraph level. <ref refid="mypage_1mysect2" kindref="member">Another Section Title.</ref> for more. </para>
            </sect4>
          </sect3>
        </sect2>
      </sect1>
      <sect1 id="mypage_1mysect2">
        <title>Another Section Title.</title>
        <para>Text at section level.</para>
        <para>
          <ref refid="another" kindref="compound">Another Page</ref>
        </para>
      </sect1>
    </detaileddescription>
    <location file="043_page.dox"/>
  </compounddef>
</doxygen>