Introduce automatic version stamping in the documentation
[senf.git] / Socket / ClientSocketHandle.hh
index a4280e8..a1f3b92 100644 (file)
@@ -20,9 +20,6 @@
 // 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
-
 #ifndef HH_ClientSocketHandle_
 #define HH_ClientSocketHandle_ 1
 
 ///////////////////////////////hh.p////////////////////////////////////////
 
 namespace senf {
-
-
+    
+    /// \addtogroup handle_group
+    /// @{
+    
     template <class Policy> class ServerSocketHandle;
 
     /** \brief
+       
+       \todo Move all not template-parameter dependent code into a
+       non-template base class
       */
     template <class Policy>
     class ClientSocketHandle
@@ -141,6 +143,7 @@ namespace senf {
         friend class senf::ServerSocketHandle<Policy>;
     };
 
+    /// @}
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////