fix dox warning
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 30 May 2008 10:35:25 -0700
changeset 3184 2722ec585e94
parent 3180 b69d00a3d410
child 3185 c859e129a934
fix dox warning
src/node/address.h
--- a/src/node/address.h	Thu May 29 12:13:42 2008 -0700
+++ b/src/node/address.h	Fri May 30 10:35:25 2008 -0700
@@ -164,13 +164,11 @@
   /**
    * Serialize this address in host byte order to a byte buffer
    *
-   * \param buf output buffer that gets written with this Address
-   * \param len length of output buffer
+   * \param buffer output buffer that gets written with this Address
    */
   void Serialize (TagBuffer buffer) const;
   /**
-   * \param buf buffer to read address from
-   * \returns an Address
+   * \param buffer buffer to read address from
    * 
    * The input address buffer is expected to be in host byte order format.
    */