blob: 81a8c9b4b8bc7e1d639e1fb7a2f227091be5888c (
plain)
1
2
3
4
5
6
7
8
9
|
// objective: test \~ command
// check: indexpage.xml
/**
\mainpage
\~english This is English.
\~dutch Dit is Nederlands.
\~german Dies ist Deutsch.
\~ Output for all languages.
*/
|