Finished ClientSocketHandle documentation
[senf.git] / Socket / ProtocolClientSocketHandle.hh
index cf23044..54a32d0 100644 (file)
@@ -31,6 +31,8 @@
 
 namespace senf {
 
+    /// \addtogroup handle_group
+    /// @{
 
     template <class Protocol> class ProtocolServerSocketHandle;
 
@@ -73,6 +75,7 @@ namespace senf {
         friend class ProtocolServerSocketHandle<Protocol>;
     };
 
+    /// @}
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////