Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / singleton.cti
index 79dd1f7..17b99b9 100644 (file)
@@ -28,7 +28,7 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class Self>
 prefix_ senf::singleton<Self>::singleton()
@@ -77,7 +77,7 @@ prefix_ void senf::singleton<Self>::force_creation::nop()
 template <class Self>
 typename senf::singleton<Self>::force_creation senf::singleton<Self>::creator_;
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f