--- 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.
*/