Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Scheduler / ClockService.hh
index cc859af..ad88c06 100644 (file)
@@ -37,7 +37,7 @@
 #include <senf/Utils/Console/Parse.hh>
 
 //#include "ClockService.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -65,7 +65,7 @@ namespace senf {
         : singleton<ClockService>
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
         /** \brief ClockService timer data type
@@ -95,7 +95,7 @@ namespace senf {
          */
         typedef boost::posix_time::time_duration reltime_type;
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
 
         static clock_type now();  ///< Return current clock value
 
@@ -207,7 +207,7 @@ namespace senf {
     void formatClockServiceInterval(ClockService::clock_type interval, std::ostream & os);
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "ClockService.cci"
 //#include "ClockService.ct"
 //#include "ClockService.cti"