Blame examples/par.cpp

Packit Service 50c9f2
/*! \class Par_Test
Packit Service 50c9f2
 * Normal text.
Packit Service 50c9f2
 *
Packit Service 50c9f2
 * \par User defined paragraph:
Packit Service 50c9f2
 * Contents of the paragraph.
Packit Service 50c9f2
 *
Packit Service 50c9f2
 * \par
Packit Service 50c9f2
 * New paragraph under the same heading.
Packit Service 50c9f2
 *
Packit Service 50c9f2
 * \note
Packit Service 50c9f2
 * This note consists of two paragraphs.
Packit Service 50c9f2
 * This is the first paragraph.
Packit Service 50c9f2
 *
Packit Service 50c9f2
 * \par
Packit Service 50c9f2
 * And this is the second paragraph.
Packit Service 50c9f2
 *
Packit Service 50c9f2
 * More normal text. 
Packit Service 50c9f2
 */
Packit Service 50c9f2
  
Packit Service 50c9f2
class Par_Test {};