13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
// 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.
|
|
*/
|