Introduce automatic version stamping in the documentation
[senf.git] / Socket / ClientSocketHandle.hh
index 1a120b7..a1f3b92 100644 (file)
 ///////////////////////////////hh.p////////////////////////////////////////
 
 namespace senf {
-
-
+    
+    /// \addtogroup handle_group
+    /// @{
+    
     template <class Policy> class ServerSocketHandle;
 
     /** \brief
@@ -141,6 +143,7 @@ namespace senf {
         friend class senf::ServerSocketHandle<Policy>;
     };
 
+    /// @}
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////