summaryrefslogtreecommitdiffstats
path: root/testing/020_only.dox
blob: fc5afc8490bde26036f13d42197e420d7796d533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// objective: test the \*only and \end*only commands
// check: indexpage.xml
/** \mainpage
 * Text.
 * \htmlonly
 * HTML
 * \endhtmlonly
 * \htmlonly[block]
 * HTML with block
 * \endhtmlonly
 * \rtfonly
 * RTF
 * \endrtfonly
 * \manonly
 * Man
 * \endmanonly
 * \latexonly
 * LaTeX
 * \endlatexonly
 * \xmlonly
 * XML
 * \endxmlonly
 * \docbookonly
 * DocBook
 * \enddocbookonly
 * More text.
 */