Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 004_arg.dox
1 // objective: test \arg and \li commands
2 // check: indexpage.xml
3 /** \mainpage
4   \arg \c AlignLeft left alignment.
5   \arg \c AlignCenter center alignment.
6   \arg \c AlignRight right alignment
7
8   No other types of alignment are supported.
9
10   \li \c AlignLeft left alignment.
11   \li \c AlignCenter center alignment.
12   \li \c AlignRight right alignment
13
14   No other types of alignment are supported.
15 */