EthernetNetIf Compatibility.

Dependents:   XBeeWiFi_SPI_example

Fork of NetServicesSource by Donatien Garnier

Revision:
10:d098e9192450
Parent:
9:c79fa4034f5b
--- a/services/http/client/data/HTTPStream.h	Thu Aug 05 14:32:43 2010 +0000
+++ b/services/http/client/data/HTTPStream.h	Thu Aug 05 14:54:16 2010 +0000
@@ -47,7 +47,7 @@
   
   ///Starts to read into buffer
   /**
-  Passes a buffer of address @param buf and size @param size to the instance.
+  Passes a buffer of address @a buf and size @a size to the instance.
   When it receives data it will be stored in this buffer.
   When the buffer is full it throttles the client until this function is called again.
   */