Fix TCPv6 SocketHandle and INet6Address
[senf.git] / Socket / ServerSocketHandle.hh
index 0c58c00..7c84d93 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief senf::ServerSocketHandle public header
+    \brief ServerSocketHandle public header
  */
 
 #ifndef HH_ServerSocketHandle_
@@ -121,7 +121,7 @@ namespace senf {
            For addressable protocols (AddressingPolicy is not NoAddressingPolicy), bind() will set
            the local address of the socket.
 
-           \parm[in] addr Local socket address to asign
+           \param[in] addr Local socket address to asign
 
            \throws senf::SystemException
         */
@@ -182,7 +182,7 @@ namespace senf {
                                         ///< Accept new connection
                                         /**< This variant will additionally return the remote
                                           address of the client
-                                          \params[out] client address
+                                          \param[out] client address
                                           \returns handle of new client connection
                                           \see \ref accept() */