Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
34:2616445d0823
Parent:
29:b6af04b77a56
--- a/api/GhmInterface.h	Mon Oct 27 14:16:03 2014 -0700
+++ b/api/GhmInterface.h	Wed Nov 26 23:46:00 2014 -0800
@@ -39,7 +39,7 @@
 namespace wiconnect {
 
 /**
- * @ingroup api_ghm_macros
+ * @ingroup api_ghm_macro
  * @brief Helper macro for adding an integer value to a @ref GhmElementArray
  */
 #define GHM_ADD_INT(array, name, integerVal)            \
@@ -51,7 +51,7 @@
 
 
 /**
- * @ingroup api_ghm_macros
+ * @ingroup api_ghm_macro
  * @brief Helper macro for adding a string value to a @ref GhmElementArray
  */
 #define GHM_ADD_STR(array, name, stringVal)             \