Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Scheduler / ClockService.hh
index 59b3de0..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
@@ -83,25 +83,25 @@ namespace senf {
 
         /** \brief Absolute time data type
 
-            <a href="www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
+            <a href="http://www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
             datatype used to represent absolute date/time values.
          */
         typedef boost::posix_time::ptime abstime_type;
 
         /** \brief Relative time data type
 
-            <a href="www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
+            <a href="http://www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
             datatype used to represent time intervals
          */
         typedef boost::posix_time::time_duration reltime_type;
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
 
         static clock_type now();  ///< Return current clock value
 
         static abstime_type abstime(clock_type clock); ///< Convert clock to absolute time
                                         /**< This member converts a clock value into an absolute
-                                             <a href="www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
+                                             <a href="http://www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
                                              value.
                                              \note You should not base timeout calculations on this
                                                  absolute time value. Clock time is guaranteed to be
@@ -110,7 +110,7 @@ namespace senf {
 
         static reltime_type reltime(clock_type clock); ///< Convert clock to relative time
                                         /**< This member converts a clock value into a relative
-                                             <a href="www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
+                                             <a href="http://www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
                                              time interval
                                              \note The resolution of reltime_type might be smaller
                                                  than the clock_type resolution */
@@ -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"