Blame testing/004_arg.dox

Packit Service 50c9f2
// objective: test \arg and \li commands
Packit Service 50c9f2
// check: indexpage.xml
Packit Service 50c9f2
/** \mainpage
Packit Service 50c9f2
  \arg \c AlignLeft left alignment.
Packit Service 50c9f2
  \arg \c AlignCenter center alignment.
Packit Service 50c9f2
  \arg \c AlignRight right alignment
Packit Service 50c9f2
Packit Service 50c9f2
  No other types of alignment are supported.
Packit Service 50c9f2
Packit Service 50c9f2
  \li \c AlignLeft left alignment.
Packit Service 50c9f2
  \li \c AlignCenter center alignment.
Packit Service 50c9f2
  \li \c AlignRight right alignment
Packit Service 50c9f2
Packit Service 50c9f2
  No other types of alignment are supported.
Packit Service 50c9f2
*/