Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / IpChecksum.hh
index 96d4902..d5b73da 100644 (file)
@@ -30,7 +30,7 @@
 #include <boost/cstdint.hpp>
 
 //#include "IpChecksum.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -49,17 +49,17 @@ namespace senf {
     class IpChecksum
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         IpChecksum();
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         void feed(boost::uint8_t byte); ///< Feed single byte
 
@@ -79,7 +79,7 @@ namespace senf {
 
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "IpChecksum.cci"
 //#include "IpChecksum.ct"
 #include "IpChecksum.cti"