Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / PacketParser.ih
index c55be7e..fb3c511 100644 (file)
@@ -29,7 +29,7 @@
 // Custom includes
 #include <senf/Utils/mpl.hh>
 
-///////////////////////////////ih.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace detail {
@@ -72,7 +72,7 @@ namespace detail {
     // Either 'some-class-name' is not the class you wanted to use (it really is no parser) or you
     // left out either 'init_bytes' or 'fixed_bytes' when defining the parser. This will also
     // happen, if you forget to call 'SENF_PARSER_FINALIZE()' when defining a composite parser.
-    ///////////////////////////////////////////////////////////////////////////////////////////////
+    //-/////////////////////////////////////////////////////////////////////////////////////////////
 
     // If Parser::init_bytes is not defined, this specialization is chosen which instead uses
     // 'Parser::fixed_bytes'
@@ -100,7 +100,7 @@ namespace detail {
 
 }}
 
-///////////////////////////////ih.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 
 \f