Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Logger / LogFormat.cci
index 45f596f..4173975 100644 (file)
@@ -28,7 +28,7 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ void senf::log::detail::LogFormat::showTime(bool flag)
 {
@@ -61,7 +61,7 @@ prefix_ bool senf::log::detail::LogFormat::isPlainFormat()
     return tag_.empty() && !showTime_ && !showStream_ && !showLevel_ && !showArea_;
 }
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f