Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / TypeIdValue.cti
index b16f289..4fbd053 100644 (file)
@@ -28,7 +28,7 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class Type>
 prefix_ senf::TypeIdValue const senf::typeIdValue()
@@ -42,7 +42,7 @@ prefix_ senf::TypeIdValue const senf::typeIdValue(Type const & ob)
     return typeid(ob);
 }
 
-/////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f