Utils/RestrictedInt: export Base and Tag template types
[senf.git] / senf / Socket / FramingPolicy.hh
index 5359c27..171f31c 100644 (file)
 #include "SocketPolicy.hh"
 
 //#include "FramingPolicy.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
     /// \addtogroup policy_impl_group
-    /// @{
+    //\{
 
     /** \brief FramingPolicy for stream oriented sockets
 
@@ -55,16 +55,16 @@ namespace senf {
         API. It however affects the semantics of the read and write
         operations. On a datagram socket, each read() or write() call
         we read or write a single datagram. Datagram boundaries are
-        kept intact accross the network.
+        kept intact across the network.
      */
     struct DatagramFramingPolicy : public FramingPolicyBase
     {};
 
-    /// @}
+    //\}
 
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "FramingPolicy.cci"
 //#include "FramingPolicy.ct"
 //#include "FramingPolicy.cti"