Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Format.cti
index e70cc4a..d7a6c2f 100644 (file)
@@ -28,7 +28,7 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class T>
 prefix_ std::string
@@ -58,7 +58,7 @@ senf::format::dumpint(T const & v, typename boost::enable_if<boost::is_unsigned<
    return detail::dumpintUnsigned(v.value(), std::numeric_limits<typename T::value_type>::digits);
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f