Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / String.test.cc
index 2c7e278..4498cf4 100644 (file)
@@ -34,7 +34,7 @@
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 SENF_AUTO_UNIT_TEST(stringJoin)
 {
@@ -61,7 +61,7 @@ SENF_AUTO_UNIT_TEST(lexicalCast)
             senf::lexical_cast<std::string>(6699u), "6699" ) );
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f