From 5ee2713068e837ca6c5d5f4bfd3f79cf593518ce Mon Sep 17 00:00:00 2001 From: jmo <jmo@wiback.org> Date: Tue, 20 May 2008 14:02:41 +0000 Subject: [PATCH] minor: missing documentation added --- Console/Server.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Console/Server.hh b/Console/Server.hh index d43a6d1b7..b6e607f5e 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); }} -- GitLab