Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Scheduler / TimerEvent.hh
index d87dca3..7e134cc 100644 (file)
@@ -34,7 +34,7 @@
 #include <senf/Utils/Logger/SenfLog.hh>
 
 //#include "TimerEvent.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace scheduler {
@@ -69,14 +69,14 @@ namespace scheduler {
           public detail::TimerSetBase
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
         typedef boost::function<void ()> Callback;
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         TimerEvent(std::string const & name, Callback const & cb, ClockService::clock_type timeout,
                    bool initiallyEnabled = true);
@@ -102,8 +102,8 @@ namespace scheduler {
                                              \param[in] cb Callback to call. */
         ~TimerEvent();
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         void disable();                 ///< Disable timer
         void enable();                  ///< Enable timer
@@ -131,7 +131,7 @@ namespace scheduler {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "TimerEvent.cci"
 //#include "TimerEvent.ct"
 //#include "TimerEvent.cti"