some additional fixes

Fork of PN532 by Seeed

Revision:
6:418ee8924317
Parent:
3:4189a10038e6
Child:
8:7ffdaea03ff9
--- a/PN532.h	Thu Nov 21 04:41:47 2013 +0000
+++ b/PN532.h	Tue Mar 25 16:00:44 2014 +0000
@@ -108,6 +108,9 @@
 #define PN532_GPIO_P34                      (4)
 #define PN532_GPIO_P35                      (5)
 
+/**
+ * The PN532 class
+ */
 class PN532
 {
 public:
@@ -123,12 +126,12 @@
     bool setPassiveActivationRetries(uint8_t maxRetries);
 
     /**
-    * @brief    Init PN532 as a target
-    * @param    timeout max time to wait, 0 means no timeout
-    * @return   > 0     success
-    *           = 0     timeout
-    *           < 0     failed
-    */
+     * @brief    Init PN532 as a target
+     * @param    timeout max time to wait, 0 means no timeout
+     * @return   > 0     success
+     *           = 0     timeout
+     *           < 0     failed
+     */
     int8_t tgInitAsTarget(uint16_t timeout = 0);
     int8_t tgInitAsTarget(const uint8_t* command, const uint8_t len, const uint16_t timeout = 0);