summaryrefslogtreecommitdiffstats
path: root/testing/033_internal.dox
blob: 6e28f22103eb5adbd62edece8914492a614a8de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// objective: test the \internal and \endinternal commands (1)
// check: indexpage.xml

/** \mainpage 
 *  Some text.
 *  \internal
 *  Internal text.
 *  \endinternal
 *  More visible text.
 *  \internal
 *  More internal text.
 */