Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 045_refitem.dox
1 // objective: test \refitem, \secreflist, \endsecreflist
2 // check: indexpage.xml
3 /** \mainpage
4  *  \secreflist
5  *  \refitem item1 First Item
6  *  \refitem item2 Second Item
7  *  \refitem item3 Third Item
8  *  \endsecreflist
9  *
10  *  Some filler text.
11  *
12  *  \section item1 First Section
13  *  Section 1 text.
14  */
15
16 /** \page item2 A page
17  *  Some text.
18  *  \section item3 Another Section.
19  *  Section 2 text.
20  */