summaryrefslogtreecommitdiffstats
path: root/examples/par.cpp
blob: 144d1af57b70ebf3df7dcdb08666436722d0665a (plain)
1
2
3
4
5
6
7
8
9
/*! \class Test
 * Normal text.
 * \par User defined paragraph:
 * Contents of the paragraph.
 *
 * More normal text. 
 */
  
class Test {};