Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / SocketHandle.ct
index e8c362c..650b975 100644 (file)
@@ -31,9 +31,9 @@
 #include <senf/Utils/TypeInfo.hh>
 
 #define prefix_
-///////////////////////////////ct.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::detail::StreamableString
 
 template <class T>
@@ -46,7 +46,7 @@ senf::detail::StreamableString::operator<<(T const & other)
     return *this;
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::ProtocolSocketBody<SProtocol>
 
 template <class SProtocol>
@@ -63,7 +63,7 @@ prefix_ std::string senf::ProtocolSocketBody<SProtocol>::v_protocolName()
     return senf::prettyName(typeid(SProtocol));
 }
 
-///////////////////////////////ct.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f