summaryrefslogtreecommitdiffstats
path: root/trunk/examples/author.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/examples/author.cpp')
-rw-r--r--trunk/examples/author.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/trunk/examples/author.cpp b/trunk/examples/author.cpp
deleted file mode 100644
index 709354f..0000000
--- a/trunk/examples/author.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-/*!
- * \brief Pretty nice class.
- * \details This class is used to demonstrate a number of section commands.
- * \author John Doe
- * \author Jan Doe
- * \version 4.1a
- * \date 1990-2011
- * \pre First initialize the system.
- * \bug Not all memory is freed when deleting an object of this class.
- * \warning Improper use can crash your application
- * \copyright GNU Public License.
- */
-class SomeNiceClass {};