Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 034_internal.dox
1 // objective: test the \internal and \endinternal commands (2)
2 // check: indexpage.xml
3 // config: INTERNAL_DOCS = YES
4
5 /** \mainpage
6  *  Some text.
7  *  \internal
8  *  Internal text.
9  *  \endinternal
10  *  \section s1 A Section
11  *  Some text in the section 1.
12  *  \internal
13  *  Internal text.
14  *  \subsection ss1 A Subsection
15  *  Some text in the subsection.
16  *  \endinternal
17  *  Visible text in section 1.
18  *  \section s2 Another Section
19  *  Visible text.
20  */
21