Blame testing/034_internal.dox

Packit 1c1d7e
// objective: test the \internal and \endinternal commands (2)
Packit 1c1d7e
// check: indexpage.xml
Packit 1c1d7e
// config: INTERNAL_DOCS = YES
Packit 1c1d7e
Packit 1c1d7e
/** \mainpage
Packit 1c1d7e
 *  Some text.
Packit 1c1d7e
 *  \internal
Packit 1c1d7e
 *  Internal text.
Packit 1c1d7e
 *  \endinternal
Packit 1c1d7e
 *  \section s1 A Section
Packit 1c1d7e
 *  Some text in the section 1.
Packit 1c1d7e
 *  \internal
Packit 1c1d7e
 *  Internal text.
Packit 1c1d7e
 *  \subsection ss1 A Subsection
Packit 1c1d7e
 *  Some text in the subsection.
Packit 1c1d7e
 *  \endinternal
Packit 1c1d7e
 *  Visible text in section 1.
Packit 1c1d7e
 *  \section s2 Another Section
Packit 1c1d7e
 *  Visible text.
Packit 1c1d7e
 */
Packit 1c1d7e