Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / VectorParser.ih
index bd46aa1..0706a6d 100644 (file)
@@ -28,7 +28,7 @@
 
 // Custom includes
 
-///////////////////////////////ih.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace detail {
@@ -46,7 +46,7 @@ namespace detail {
     };
 
     template <class ElementParser, class AuxPolicy, class Transform>
-    struct VectorParserPolicy<ElementParser, AuxPolicy, 
+    struct VectorParserPolicy<ElementParser, AuxPolicy,
                               senf::detail::auxtag::transform<Transform,
                                                               senf::detail::auxtag::none> >
     {
@@ -65,7 +65,7 @@ namespace detail {
     struct VectorParserPolicy<ElementParser, AuxPolicy, senf::detail::auxtag::bytes>
     {
         typedef senf::detail::TransformAuxParserPolicy<
-            AuxPolicy, 
+            AuxPolicy,
             VectorParserBytesTransform<ElementParser::fixed_bytes> > type;
     };
 
@@ -75,7 +75,7 @@ namespace detail {
         template <class AuxPolicy, class AuxTag>
         struct parser {
             typedef senf::VectorParser<
-                ElementParser, 
+                ElementParser,
                 typename VectorParserPolicy<ElementParser, AuxPolicy, AuxTag>::type > type;
         };
     };
@@ -91,8 +91,8 @@ namespace detail {
 #endif
 
 }}
-                              
-///////////////////////////////ih.e////////////////////////////////////////
+
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 
 \f