Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / ScopeExit.cci
index 724974e..54eaaf3 100644 (file)
@@ -28,7 +28,7 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ senf::ScopeExit::ScopeExit(Function const & fn)
     : fn_ (fn)
@@ -39,7 +39,7 @@ prefix_ senf::ScopeExit::~ScopeExit()
     fn_();
 }
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f