diff options
Diffstat (limited to 'examples/par.cpp')
-rw-r--r-- | examples/par.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/par.cpp b/examples/par.cpp index 144d1af..6fd2c4e 100644 --- a/examples/par.cpp +++ b/examples/par.cpp @@ -1,8 +1,19 @@ /*! \class 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. */ |