Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / safe_bool.test.cc
index 95b7d7f..1ef1165 100644 (file)
@@ -33,7 +33,7 @@
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace {
 
@@ -54,13 +54,13 @@ namespace {
     };
 }
 
-BOOST_AUTO_UNIT_TEST(safeBool)
+SENF_AUTO_UNIT_TEST(safeBool)
 {
     BOOST_CHECK( TestTrue() );
     BOOST_CHECK( ! TestFalse() );
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f