hii soalan 3

Fork of KeypadLib by fitri ariffin

Revision:
11:2176a5cf72b2
Parent:
10:d66b1727615d
Child:
12:5f7f56abfe36
--- a/keypad.h	Sat Sep 19 17:06:05 2015 +0000
+++ b/keypad.h	Sat Sep 19 17:10:08 2015 +0000
@@ -79,14 +79,14 @@
     public:
     /**  @brief Create a 4x4 (col, row) or 4x4 keypad interface\n
      * \n
-     * @verbatim 
+     *  <pre>
      *          | 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
-     * @endverbatim
+     *  </pre>
      *
      *  @param col<0..3>     Row data lines
      *  @param row<0..3>     Column data lines