Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Scheduler / EventHook.hh
index 5a943ae..2285870 100644 (file)
@@ -32,7 +32,7 @@
 #include "FIFORunner.hh"
 
 //#include "EventHook.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace scheduler {
@@ -69,7 +69,7 @@ namespace scheduler {
           public detail::EventHookListBase
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
         typedef boost::function<void ()> Callback;
@@ -77,9 +77,9 @@ namespace scheduler {
         static Priority const PRE = PRIORITY_HIGH; ///< Execute hook BEFORE all other events
         static Priority const POST = PRIORITY_LOW; ///< Execute hook AFTER all other events
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         EventHook(std::string const & name, Callback const & cb,
                   Priority priority, bool initiallyEnabled = true);
@@ -97,8 +97,8 @@ namespace scheduler {
                                                  POST */
         ~EventHook();
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         void disable();                 ///< Disable event
         void enable();                  ///< Enable event
@@ -119,7 +119,7 @@ namespace scheduler {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "EventHook.cci"
 //#include "EventHook.ct"
 //#include "EventHook.cti"