Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / auto_unit_test.cti
index 97d41b3..1f53e90 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2009 
+// Copyright (C) 2009
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -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