summaryrefslogtreecommitdiffstats
path: root/testing/004_arg.dox
blob: c6ea8e54d81cbf3d882872e5d7a632b5a839ed35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// objective: test \arg and \li commands
// check: indexpage.xml
/** \mainpage
  \arg \c AlignLeft left alignment.
  \arg \c AlignCenter center alignment.
  \arg \c AlignRight right alignment

  No other types of alignment are supported.

  \li \c AlignLeft left alignment.
  \li \c AlignCenter center alignment.
  \li \c AlignRight right alignment

  No other types of alignment are supported.
*/