Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / ProtocolServerSocketHandle.cti
index 756d343..abc5400 100644 (file)
@@ -33,7 +33,7 @@
 #include "ProtocolClientSocketHandle.hh"
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class SocketProtocol>
 prefix_ senf::ProtocolServerSocketHandle<SocketProtocol>::
@@ -115,7 +115,7 @@ ProtocolServerSocketHandle(FileHandle other, bool isChecked)
     : ServerSocketHandle<typename SocketProtocol::Policy>(other,isChecked)
 {}
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f