Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / PacketInterpreter.cci
index 470ed65..d81df8a 100644 (file)
@@ -28,9 +28,9 @@
 #include <boost/utility.hpp>
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::PacketInterpreterBase
 
 // Structors and default members
@@ -103,7 +103,7 @@ prefix_ void senf::PacketInterpreterBase::clearAnnotations()
     return impl().clearAnnotations();
 }
 
-////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // protected members
 
 // protected structors
@@ -145,7 +145,7 @@ senf::PacketInterpreterBase::appendClone(detail::PacketImpl * impl, range r)
     return v_appendClone(impl,r);
 }
 
-////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // private members
 
 // containment management. Only to be called by PacketImpl.
@@ -188,7 +188,7 @@ prefix_ void senf::intrusive_ptr_release(PacketInterpreterBase const * p)
         const_cast<PacketInterpreterBase *>(p)->intrusive_refcount_base::release();
 }
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f