Fix relative pathname handling in Doxyfiles
[senf.git] / Socket / ClientSocketHandle.hh
index a4280e8..96267f5 100644 (file)
@@ -20,8 +20,9 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// TODO: Move all not template-parameter dependent code into a
-// non-template base class
+/** \file
+    \brief senf::ClientSocketHandle public header
+ */
 
 #ifndef HH_ClientSocketHandle_
 #define HH_ClientSocketHandle_ 1
 ///////////////////////////////hh.p////////////////////////////////////////
 
 namespace senf {
-
-
+    
+    /// \addtogroup handle_group
+    /// @{
+    
     template <class Policy> class ServerSocketHandle;
 
-    /** \brief
+    /** \brief Generic SocketHandle with client interface
+       
+       \todo Move all not template-parameter dependent code into a
+       non-template base class
       */
     template <class Policy>
     class ClientSocketHandle
@@ -141,6 +147,7 @@ namespace senf {
         friend class senf::ServerSocketHandle<Policy>;
     };
 
+    /// @}
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////