minor: missing documentation added
jmo [Tue, 20 May 2008 14:02:41 +0000 (14:02 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@849 270642c3-0616-0410-b53a-bc976706d245

Console/Server.hh

index d43a6d1..b6e607f 100644 (file)
@@ -165,10 +165,11 @@ namespace console {
         friend class detail::NonblockingSocketSink;
     };
         
-    /** \brief Output INet4Address instance as it's string representation
-            \related INet4Address
+    /** \brief Output Console Client instance as it's string representation
          */
     std::ostream & operator<<(std::ostream & os, Client const & client);
+    /** \brief Output Console Client instance as it's string representation
+         */
     std::ostream & operator<<(std::ostream & os, Client * client);
 
 }}