summaryrefslogtreecommitdiffstats
path: root/examples/par.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-08-08 20:01:03 (GMT)
committer(no author) <(no author)@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-08-08 20:01:03 (GMT)
commit001e27ddbb1bfaa351b5f268b22418fb0557d6c2 (patch)
treea390a2400721fd1ed137738bd2679ab33ed0306f /examples/par.cpp
parent0559d5795f6e2adc993577a4dd55b5370d31677c (diff)
downloadDoxygen-Release_1_4_4_20050804.zip
Doxygen-Release_1_4_4_20050804.tar.gz
Doxygen-Release_1_4_4_20050804.tar.bz2
This commit was manufactured by cvs2svn to create tagRelease_1_4_4_20050804
'Release_1_4_4_20050804'.
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 {};