doxygen/tests/upstream-test-suite/004_arg.dox

16 lines
398 B
Plaintext
Raw Normal View History

2019-03-06 17:39:53 +00:00
// 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.
*/