Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPClient by
Diff: data/HTTPText.h
- Revision:
- 32:7b9919d59194
- Parent:
- 16:1f743885e7de
- Child:
- 36:a5c13e512b78
--- a/data/HTTPText.h Sat Jul 26 19:47:36 2014 +0000
+++ b/data/HTTPText.h Sat Oct 11 17:26:04 2014 +0000
@@ -29,13 +29,13 @@
{
public:
/** Create an HTTPText instance for output
- * @param str String to be transmitted
+ * @param[in] str String to be transmitted
*/
HTTPText(char* str);
/** Create an HTTPText instance for input
- * @param str Buffer to store the incoming string
- * @param size Size of the buffer
+ * @param[in] str Buffer to store the incoming string
+ * @param[in] size Size of the buffer
*/
HTTPText(char* str, size_t size);
