test

Revision:
6:a4f77b948f7d
Parent:
5:1cccca6f4fcd
Child:
7:7cea334c0d34
--- a/Documentation.h	Wed Nov 16 02:33:42 2011 +0000
+++ b/Documentation.h	Wed Nov 16 02:35:25 2011 +0000
@@ -14,7 +14,7 @@
     * enum declaration
     */
     enum {
-        A,
-        B,
+        A,     //* first letter */
+        B,     //* second letter */
     };
 };
\ No newline at end of file