Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / auto_unit_test.cti
index 5f810e6..1f53e90 100644 (file)
@@ -28,7 +28,7 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class Iterator>
 prefix_ typename senf::test::detail::NoCharIterator<Iterator>::type
@@ -37,7 +37,7 @@ senf::test::nocharIterator(Iterator i)
     return typename detail::NoCharIterator<Iterator>::type (i);
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f