summaryrefslogtreecommitdiffstats
path: root/trunk/examples/example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/examples/example.cpp')
-rw-r--r--trunk/examples/example.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/trunk/examples/example.cpp b/trunk/examples/example.cpp
deleted file mode 100644
index 230d6ec..0000000
--- a/trunk/examples/example.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/** A Test class.
- * More details about this class.
- */
-
-class Test
-{
- public:
- /** An example member function.
- * More details about this function.
- */
- void example();
-};
-
-void Test::example() {}
-
-/** \example example_test.cpp
- * This is an example of how to use the Test class.
- * More details about this example.
- */