hii soalan 3

Fork of KeypadLib by fitri ariffin

Revision:
19:0a2ec1b8bd5b
Parent:
18:a973524a445d
Child:
20:064b86485f26
--- a/keypad.h	Sat Sep 19 19:45:57 2015 +0000
+++ b/keypad.h	Sat Sep 19 19:54:18 2015 +0000
@@ -101,7 +101,7 @@
      *
      *  @return char
      *  @returns
-     *     The pressed character
+     *     The pressed character\n
      *     -1 if no keys was pressed
      */
     char getKey();
@@ -122,12 +122,12 @@
 protected:
     BusIn  _cols;
     BusOut _rows;
-    /** @brief return the index value \n
+    /** @brief return the index value
     *      representating the pressed key \n
     *
     *  @return int
-    *  @returns 
-    *    The index representing the pushed key used in table keys
+    *  @returns
+    *    The index representing the pushed key used in table keys\n
     *    -1 if no key was pressed
     */
     int getKeyIndex();