avoid dox warning
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 23 Jun 2008 12:44:05 -0700
changeset 3309 d761a70dfd03
parent 3308 6df29e455b71
child 3310 c16ec3c11045
avoid dox warning
src/node/socket.h
--- a/src/node/socket.h	Mon Jun 23 12:43:54 2008 -0700
+++ b/src/node/socket.h	Mon Jun 23 12:44:05 2008 -0700
@@ -465,8 +465,6 @@
    * Calls RecvFrom (maxSize, flags, fromAddress) with maxSize
    * implicitly set to maximum sized integer, and flags set to zero.
    *
-   * \param maxSize reader will accept packet up to maxSize
-   * \param flags Socket control flags
    * \param fromAddress output parameter that will return the
    * address of the sender of the received packet, if any.  Remains
    * untouched if no packet is received.