summaryrefslogtreecommitdiffstats
path: root/examples/par.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/par.cpp')
-rw-r--r--examples/par.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/par.cpp b/examples/par.cpp
deleted file mode 100644
index 6fd2c4e..0000000
--- a/examples/par.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-/*! \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.
- */
-
-class Test {};