Blame testing/005_attention.dox

Packit Service 50c9f2
// objective: test \attention, \not, \remark, \warning, and \par commands
Packit Service 50c9f2
// check: indexpage.xml
Packit Service 50c9f2
/** \mainpage
Packit Service 50c9f2
 *  \attention Attention message.
Packit Service 50c9f2
 *  \note Something to note.
Packit Service 50c9f2
 *  \remark A remark.
Packit Service 50c9f2
 *  \warning A warning message.
Packit Service 50c9f2
 *  \par 
Packit Service 50c9f2
 *  Second paragraph
Packit Service 50c9f2
 *  \par User defined paragraph.
Packit Service 50c9f2
 *  Contents of paragraph.
Packit Service 50c9f2
 *  \par
Packit Service 50c9f2
 *  More text in a new paragraph.
Packit Service 50c9f2
 */