forked from weirdhome

Fork of HTTPClient by David Smart

Revision:
32:7b9919d59194
Parent:
16:1f743885e7de
diff -r 96da7c08b5d0 -r 7b9919d59194 data/HTTPMap.h
--- a/data/HTTPMap.h	Sat Jul 26 19:47:36 2014 +0000
+++ b/data/HTTPMap.h	Sat Oct 11 17:26:04 2014 +0000
@@ -39,8 +39,8 @@
 
   /** Put Key/Value pair
    The references to the parameters must remain valid as long as the clear() function is not called
-   @param key The key to use
-   @param value The corresponding value
+   @param[in] key The key to use
+   @param[in] value The corresponding value
    */
   void put(const char* key, const char* value);