Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / detail / Callback.cti
index f645d9b..5c14a99 100644 (file)
@@ -29,9 +29,9 @@
 #include <boost/bind.hpp>
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::ppi::detail::Callback<Arg>
 
 template <class Arg>
@@ -66,7 +66,7 @@ senf::ppi::detail::Callback<Arg>::make(boost::function<void()> callable, Owner &
     return boost::bind(callable);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::ppi::detail::Callback<void>
 
 template <class Owner, class FnClass>
@@ -83,7 +83,7 @@ senf::ppi::detail::Callback<void>::make(type callable, Owner &)
     return callable;
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f