From: tho Date: Tue, 10 Jul 2007 07:34:37 +0000 (+0000) Subject: some small documentation fixes X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=1d6a05a5ebfab82985d40e694f8257397ca5036c;p=senf.git some small documentation fixes git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@292 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/PPI/Connectors.hh b/PPI/Connectors.hh index d82e14a..99e50ce 100644 --- a/PPI/Connectors.hh +++ b/PPI/Connectors.hh @@ -147,7 +147,7 @@ namespace connector { notifications. */ template - void onUnthrottle(Handler handler); ///< Register unthrottle notification handler + void onUnthrottle(Handler handle); ///< Register unthrottle notification handler /**< The handler register here will be called, whenever an unthrottle notification comes in. The \a handler argument is either an arbitrary callable object or it diff --git a/Socket/ClientSocketHandle.hh b/Socket/ClientSocketHandle.hh index fbecf6d..0cca5f2 100644 --- a/Socket/ClientSocketHandle.hh +++ b/Socket/ClientSocketHandle.hh @@ -178,7 +178,7 @@ namespace senf { range. read returns a past-the-end iterator after the last character read. This iterator will point to somewhere within the input range. - \param[in/out] range Range to store data in + \param[in,out] range Range to store data in \returns past-the-end iterator pointer to after the last read character \see \ref read() \n @@ -239,7 +239,7 @@ namespace senf { range. read returns a past-the-end iterator after the last character read. This iterator will point to somewhere within the input range. - \param[in/out] range Range to store data in + \param[in,out] range Range to store data in \param[out] from peers address from which the data was received \returns past-the-end iterator pointer to after the diff --git a/Socket/ReadWritePolicy.hh b/Socket/ReadWritePolicy.hh index 7d7a537..e884669 100644 --- a/Socket/ReadWritePolicy.hh +++ b/Socket/ReadWritePolicy.hh @@ -120,7 +120,7 @@ namespace senf { \param[in] handle socket handle to write data to \param[in] buffer address of buffer to send \param[in] size number of bytes to write - \param[in] address peer to send data to + \param[in] addr peer to send data to \returns number of bytes written */