some small documentation fixes
tho [Tue, 10 Jul 2007 07:34:37 +0000 (07:34 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@292 270642c3-0616-0410-b53a-bc976706d245

PPI/Connectors.hh
Socket/ClientSocketHandle.hh
Socket/ReadWritePolicy.hh

index d82e14a..99e50ce 100644 (file)
@@ -147,7 +147,7 @@ namespace connector {
                                                  notifications. */
 
         template <class Handler>
-        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
index fbecf6d..0cca5f2 100644 (file)
@@ -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
index 7d7a537..e884669 100644 (file)
@@ -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
                                           */