Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / TypeIdValue.hh
index c473565..f901ef8 100644 (file)
@@ -33,7 +33,7 @@
 #include <boost/operators.hpp>
 
 //#include "TypeIdValue.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -43,9 +43,9 @@ namespace senf {
     class TypeIdValue : public boost::totally_ordered<TypeIdValue>
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         // my default constructor
         // my copy constructor
@@ -56,8 +56,8 @@ namespace senf {
         TypeIdValue();
         TypeIdValue(std::type_info const & v);
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         bool operator==(TypeIdValue const & other) const;
         bool operator<(TypeIdValue const & other) const;
@@ -96,7 +96,7 @@ namespace senf {
     std::ostream & operator<<(std::ostream & os, TypeIdValue const & v);
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "TypeIdValue.cci"
 //#include "TypeIdValue.ct"
 #include "TypeIdValue.cti"