Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / pimpl_ptr.cti
index 4ae797a..3739e27 100644 (file)
@@ -29,9 +29,9 @@
 #include "IgnoreValue.hh"
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::pimpl_ptr<T,CloneAllocator>
 
 template <typename T, class CloneAllocator>
@@ -126,7 +126,7 @@ prefix_ T* senf::pimpl_ptr<T,CloneAllocator>::myCopyFn(const T* p)
     return CloneAllocator::allocate_clone(*p);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class T, class CloneAllocator>
 prefix_ void std::swap(senf::pimpl_ptr<T,CloneAllocator> & lhs,
@@ -144,7 +144,7 @@ template <class T, class CloneAllocator>
 typename senf::pimpl_ptr<T,CloneAllocator>::Deleter
     senf::pimpl_ptr<T,CloneAllocator>::doDelete_ (0);
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f