Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / String.cti
index 02e42c7..f879d19 100644 (file)
@@ -29,7 +29,7 @@
 #include <boost/lexical_cast.hpp>
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class T>
 prefix_ std::string senf::str(T const & t)
@@ -37,7 +37,7 @@ prefix_ std::string senf::str(T const & t)
     return boost::lexical_cast<std::string>(t);
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f