Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / IOEvent.cci
index 73a7658..2d48ceb 100644 (file)
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ senf::ppi::IOEvent::IOEvent()
     : fd_ (-1),
       event_ ("senf::ppi::IOEvent", boost::bind(&IOEvent::cb,this,_1))
 {}
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f