Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Exception.cti
index 4fb5379..76f1fbc 100644 (file)
@@ -29,7 +29,7 @@
 #include <boost/lexical_cast.hpp>
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class Exc, class Arg>
 prefix_ typename boost::enable_if< boost::is_convertible<Exc*,senf::ExceptionMixin*>, Exc & >::type
@@ -39,7 +39,7 @@ senf::operator<<(Exc const & exc, Arg const & arg)
     return const_cast<Exc &>(exc);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::WrapExcecption<BaseException>
 
 template <class BaseException>
@@ -59,7 +59,7 @@ prefix_ char const * senf::WrapException<BaseException>::what()
     return what_.c_str();
 }
 
-/////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f