Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / TypeIdValue.cci
index 8ce9622..28c1e11 100644 (file)
@@ -30,7 +30,7 @@
 #include "senfassert.hh"
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ senf::TypeIdValue::TypeIdValue()
     : p_ (&typeid(void))
@@ -83,7 +83,7 @@ prefix_ std::ostream & senf::operator<<(std::ostream & os, TypeIdValue const & v
     return os;
 }
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f