Imported Upstream version 1.8.15
[platform/upstream/doxygen.git] / testing / 005_attention.dox
1 // objective: test \attention, \note, \remark, \warning, and \par commands
2 // check: indexpage.xml
3 /** \mainpage
4  *  \attention Attention message.
5  *  \note Something to note.
6  *  \remark A remark.
7  *  \warning A warning message.
8  *  \par 
9  *  Second paragraph
10  *  \par User defined paragraph.
11  *  Contents of paragraph.
12  *  \par
13  *  More text in a new paragraph.
14  */