Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 079_tableofcontents.dox
1 // objective: test TOC generation for an empty page
2 // check: empty.xml
3 // check: levels.xml
4 /**
5 @page empty An empty page
6
7 @tableofcontents
8
9 With an empty TOC.
10 */
11
12 /**
13 @page levels A page with two-level TOC
14
15 @tableofcontents{xml:2}
16
17 @section first A section that's in TOC
18 @subsection first2 A subsection that's in TOC
19 @subsubsection first3 A subsubsection that's not in TOC
20
21 Nay!
22
23 @section second A section that's in TOC again
24
25 Yay!
26 */