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