Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / VariantParser.cti
index 6043bd5..a7129f9 100644 (file)
@@ -30,9 +30,9 @@
 #include <boost/mpl/size.hpp>
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::VariantParser<AuxPolicy,Parsers>
 
 template <class AuxPolicy, class Parsers>
@@ -84,7 +84,7 @@ senf::VariantParser<AuxPolicy,Parsers>::get()
         AuxPolicy::adjust(i(), state()), state() );
 }
 
-/////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::detail::VariantBytes<Variant,N>
 
 template <class Variant, unsigned N>
@@ -104,7 +104,7 @@ senf::detail::VariantBytes<Variant,0>::bytes(Variant const & v, unsigned n)
     return senf::bytes(v.template get<0>());
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::detail::VariantKeyTransform<T,Keys>
 
 template <class T, class Keys>
@@ -152,7 +152,7 @@ prefix_ In senf::detail::VariantKeyTransformCheck<In, Out, Keys, 0>::set(Out v)
     return boost::mpl::at<Keys, boost::mpl::int_<0> >::type::key();
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f