Skip to content
Snippets Groups Projects
Commit 5ee27130 authored by jmo's avatar jmo
Browse files

minor: missing documentation added

parent e78a55a4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment