38c18948362aaae42c9d10ea072f2dccc1da5ba5
[platform/upstream/doxygen.git] / testing / 043_page.dox
1 // objective: test \page, \subpage, \*section, \paragraph, and \ref commands
2 // check: mypage.xml
3 // check: another.xml
4 /** \page mypage Page Title
5  *  \brief Page brief description.
6  *
7  *  @tableofcontents
8  *
9  *  Text at page level. See \ref mysect for more.
10  *  \section mysect Section Title.
11  *  Text at section level. See \ref mysubsect for more.
12  *  \subsection mysubsect Subsection Title.
13  *  Text at subsection level. see \ref mysubsubsect for more.
14  *  \subsubsection mysubsubsect Subsubsection Title.
15  *  Text at subsubsection level. \ref mypara for more.
16  *  \paragraph mypara Paragraph Title.
17  *  Text at paragraph level. \ref mysect2 for more.
18  *  \section mysect2 Another Section Title.
19  *  Text at section level.
20  *
21  *  \subpage another
22  */
23
24 /** \page another Another Page
25  *  Another page's text.
26  */