Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / IOEvent.cti
index 907e42d..562f483 100644 (file)
@@ -29,9 +29,9 @@
 #include <boost/bind.hpp>
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::ppi::IOEvent
 
 template <class Handle>
@@ -41,7 +41,7 @@ prefix_ senf::ppi::IOEvent::IOEvent(Handle handle, unsigned events)
     set(handle,events);
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f