Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / Route.test.cc
index 6d81ba1..9f03d29 100644 (file)
@@ -43,7 +43,7 @@
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace ppi = senf::ppi;
 namespace connector = ppi::connector;
@@ -178,7 +178,7 @@ SENF_AUTO_UNIT_TEST(route)
     BOOST_CHECK( activeSink );
 }
 
-///////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // test connection new modules on runtime
 
 namespace {
@@ -240,7 +240,7 @@ SENF_AUTO_UNIT_TEST(connect_runtime)
     BOOST_CHECK( true );
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f