Orb/Doxygen/examples/par.cpp
changeset 0 42188c7ea2d9
equal deleted inserted replaced
-1:000000000000 0:42188c7ea2d9
       
     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 {};