home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / doxg1211.zip / doxygen.zip / examples / par.cpp < prev    next >
C/C++ Source or Header  |  2000-07-07  |  329b  |  21 lines

  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 {};
  21.