From: jmo Date: Tue, 20 May 2008 14:02:41 +0000 (+0000) Subject: minor: missing documentation added X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=19440006ba2cd6240a7e264515638b4c8b3c3c5e;p=senf.git minor: missing documentation added git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@849 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Console/Server.hh b/Console/Server.hh index d43a6d1..b6e607f 100644 --- a/Console/Server.hh +++ b/Console/Server.hh @@ -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); }}