hii soalan 3

Fork of KeypadLib by fitri ariffin

Revision:
4:7e46f22dc3ad
Parent:
3:d3772b2d763c
Child:
5:1c26c48d5a20
--- a/keypad.h	Sat Sep 19 09:00:03 2015 +0000
+++ b/keypad.h	Sat Sep 19 09:04:20 2015 +0000
@@ -78,7 +78,7 @@
 class Keypad{    
     public:
     /** Create a 4x4 (col, row) or 4x4 keypad interface:\n
-     *\n
+     *<CODE>
      *          | Col0 | Col1 | Col2 | Col3   \n
      *   -------+------+------+------+-----   \n
      *   Row 0  |   x  |   x  |   x  |  x     \n
@@ -86,6 +86,7 @@
      *   Row 2  |   x  |   x  |   x  |  x     \n
      *   Row 3  |   x  |   x  |   x  |  x     \n
      *                                        \n
+     *</CODE>
      *  @param col<0..3>     Row data lines
      *  @param row<0..3>     Column data lines
      */