Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / DefaultBundle / IPv6ExtOptions.hh
index aef3db9..7e78c4b 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: IPv6ExtOptionType.hh 869 2008-06-09 13:57:27Z pug $
+// $Id$
 //
 // Copyright (C) 2009
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
@@ -30,7 +30,7 @@
 #include <senf/Packets/Packets.hh>
 
 //#include "IPv6ExtOptions.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 namespace senf {
 
     /** \brief IPv6 Extension Option parser
@@ -56,7 +56,7 @@ namespace senf {
         SENF_PARSER_BITFIELD ( optionType, 5, unsigned );
         SENF_PARSER_FIELD    ( length, UInt8Parser );
         SENF_PARSER_FINALIZE ( IPv6OptionParser );
-        
+
         typedef GenericTLVParserRegistry<IPv6OptionParser> Registry;
     };
 
@@ -65,7 +65,7 @@ namespace senf {
 }
 
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "IPv6ExtOptions.cci"
 //#include "IPv6ExtOptions.ct"
 //#include "IPv6ExtOptions.cti"