Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / TypeInfo.cc
index 94d7cae..a321163 100644 (file)
@@ -32,7 +32,7 @@
 
 //#include "TypeInfo.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ std::string senf::prettyName(std::type_info const & type)
 {
@@ -55,7 +55,7 @@ prefix_ std::string senf::prettyBaseName(std::type_info const & type)
     return name.substr(b,e-b);
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "TypeInfo.mpp"