Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Exception.cci
index f51f78a..d97c9ab 100644 (file)
@@ -25,9 +25,9 @@
 #include <cstring>
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::ExceptionMixin
 
 prefix_ senf::ExceptionMixin::ExceptionMixin(std::string const & description)
@@ -63,14 +63,14 @@ prefix_ void senf::ExceptionMixin::append(std::string text)
     what_ += text;
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::Exception
 
 prefix_ senf::Exception::Exception(std::string const & description)
     : ExceptionMixin(description)
 {}
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::SystemException
 
 prefix_ senf::SystemException::SystemException(std::string const & descr _SENF_EXC_DEBUG_ARGS_ND)
@@ -122,7 +122,7 @@ prefix_  senf::SystemException::~SystemException()
     throw()
 {}
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f