Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / Examples / DVBAdapter / MPEdec.cc
index 22fd948..4a33ffd 100644 (file)
@@ -40,7 +40,7 @@
 #define PID 500
 
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 class MySniffer
 {
@@ -59,7 +59,7 @@ public:
         sec_filter.flags |= DMX_CHECK_CRC;
 
         handle.protocol().setSectionFilter( &sec_filter );
-        
+
         senf::Scheduler::instance().add(
             handle, senf::membind(&MySniffer::dumpSection, this));
     }
@@ -88,7 +88,7 @@ int main(int argc, char const * argv[])
 }
 
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f