Fix for UBSan build
[platform/upstream/doxygen.git] / examples / par.cpp
1 /*! \class Test
2  * Normal text.
3  *
4  * \par User defined paragraph:
5  * Contents of the paragraph.
6  *
7  * \par
8  * New paragraph under the same heading.
9  *
10  * \note
11  * This note consists of two paragraphs.
12  * This is the first paragraph.
13  *
14  * \par
15  * And this is the second paragraph.
16  *
17  * More normal text. 
18  */
19   
20 class Test {};