test

Revision:
1:7bb9eb1972ae
Parent:
0:203a08585f1c
Child:
2:1ce132ebf775
--- a/Documentation.h	Wed Nov 16 02:25:21 2011 +0000
+++ b/Documentation.h	Wed Nov 16 02:27:29 2011 +0000
@@ -3,9 +3,16 @@
 */
 
 class Documentation {
+public:
     /**
     * @param a input parameer
     * @returns a random int value
     */
-    public int foo(int a);
+    int foo(int a);
+
+    /***/
+    enum {
+        A, /** first letter */
+        B, /** second letter */
+    }
 };
\ No newline at end of file