mirror of https://gitee.com/openkylin/doxygen.git
21 lines
337 B
C++
21 lines
337 B
C++
/*! \class Par_Test
|
|
* Normal text.
|
|
*
|
|
* \par User defined paragraph:
|
|
* Contents of the paragraph.
|
|
*
|
|
* \par
|
|
* New paragraph under the same heading.
|
|
*
|
|
* \note
|
|
* This note consists of two paragraphs.
|
|
* This is the first paragraph.
|
|
*
|
|
* \par
|
|
* And this is the second paragraph.
|
|
*
|
|
* More normal text.
|
|
*/
|
|
|
|
class Par_Test {};
|