Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / SocketProtocol.cti
index 3063872..a01bfe5 100644 (file)
@@ -30,9 +30,9 @@
 #include "SocketHandle.hh"
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::ConcreteSocketProtocol<SocketPolicy,Self>
 
 template <class SocketPolicy, class Self>
@@ -71,7 +71,7 @@ prefix_ senf::SocketBody & senf::ConcreteSocketProtocol<SocketPolicy,Self>::body
         static_cast< ProtocolSocketBody<Self> const & >(*this));
 }
 
-////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // protected members
 
 template <class SocketPolicy, class Self>
@@ -90,7 +90,7 @@ senf::ConcreteSocketProtocol<SocketPolicy,Self>::serverHandle()
     return static_socket_cast< ServerSocketHandle<Policy> >(fh());
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f