hii soalan 3

Fork of KeypadLib by fitri ariffin

Revision:
6:d0a45d163653
Parent:
5:1c26c48d5a20
Child:
7:51ed72b695a5
--- a/keypad.h	Sat Sep 19 09:07:27 2015 +0000
+++ b/keypad.h	Sat Sep 19 09:15:15 2015 +0000
@@ -77,16 +77,16 @@
                      
 class Keypad{    
     public:
-    /** Create a 4x4 (col, row) or 4x4 keypad interface:\n
-     *<TABLE>
+    /** Create a 4x4 (col, row) or 4x4 keypad interface\n
+     *@table
      *          | Col0 | Col1 | Col2 | Col3   \n
      *   -------+------+------+------+-----   \n
      *   Row 0  |   x  |   x  |   x  |  x     \n
      *   Row 1  |   x  |   x  |   x  |  x     \n
      *   Row 2  |   x  |   x  |   x  |  x     \n
      *   Row 3  |   x  |   x  |   x  |  x     \n
-     *                                        \n
-     *</TABLE>
+     *@endtabl
+     *
      *  @param col<0..3>     Row data lines
      *  @param row<0..3>     Column data lines
      */