Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / SafeIterator.hh
index b182b83..95e8e10 100644 (file)
@@ -34,7 +34,7 @@
 #include <boost/iterator/iterator_facade.hpp>
 
 //#include "SafeIterator.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -122,12 +122,12 @@ namespace senf {
         : public safe_bool< SafePacketParserWrapper<Parser> >
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         // default copy constructor
         // default copy assignment
@@ -139,8 +139,8 @@ namespace senf {
 
         SafePacketParserWrapper & operator=(Parser parser); ///< Assign \a parser to \c this
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         Parser & operator*() const;       ///< Access the stored parser
                                         /**< On every access, the stored parsers iterator will be
@@ -159,7 +159,7 @@ namespace senf {
 
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 #if !defined(HH_SENF_Packets_Packets__decls_) && !defined(HH_SENF_Packets_SafeIterator_i_)
 #define HH_SENF_Packets_SafeIterator_i_