Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / Raw / EUI64.hh
index 1b0eacd..c76813d 100644 (file)
@@ -34,7 +34,7 @@
 #include <senf/Utils/safe_bool.hh>
 
 //#include "EUI64.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -78,9 +78,9 @@ namespace senf {
           public senf::comparable_safe_bool<EUI64>
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         static EUI64 const None;        ///< The empty (0) address
 
@@ -105,8 +105,8 @@ namespace senf {
                                         /**< The iterator \a i must point to a sequence of 8
                                              octets in network byte order. */
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         bool isMACCompatible() const;   ///< \c true, if EUI64 is MAC compatible, \c false otherwise
                                         /**< An EUI64 is MAC compatible if bytes 4th and 5th byte
@@ -134,7 +134,7 @@ namespace senf {
 
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "EUI64.cci"
 //#include "EUI64.ct"
 #include "EUI64.cti"