summaryrefslogtreecommitdiffstats
path: root/examples/par.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-07-09 19:45:37 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-07-09 19:45:37 (GMT)
commit56bc9bda61e06b9bd6da5aa58083e93a3b55a465 (patch)
tree2dbdf12fc6696bf3a9d133e8e23ef223690e919a /examples/par.cpp
parentadb81f79061729efc28e71c1474c35e21283b049 (diff)
downloadDoxygen-56bc9bda61e06b9bd6da5aa58083e93a3b55a465.zip
Doxygen-56bc9bda61e06b9bd6da5aa58083e93a3b55a465.tar.gz
Doxygen-56bc9bda61e06b9bd6da5aa58083e93a3b55a465.tar.bz2
Release-1.1.5_20000709
Diffstat (limited to 'examples/par.cpp')
-rw-r--r--examples/par.cpp11
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.
*/