Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Logger / AreaRegistry.cci
index 85380a2..7c27eef 100644 (file)
@@ -31,9 +31,9 @@
 #include "StreamRegistry.hh"
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::log::AreaRegistry
 
 prefix_ std::string const &
@@ -68,7 +68,7 @@ senf::log::AreaRegistry::lookup(std::string const & name)
     return i == registry_.end() ? 0 : i->second;
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::log::detail::AreaBase
 
 prefix_ std::string senf::log::detail::AreaBase::fullName()
@@ -101,7 +101,7 @@ prefix_ unsigned senf::log::detail::AreaBase::limit(StreamBase const & stream)
         DISABLED::value : routingCache_[stream.index].limit;
 }
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f