Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Scheduler / SignalEvent.hh
index 6da7072..251a98c 100644 (file)
@@ -33,7 +33,7 @@
 #include <senf/boost_intrusive/iset_hook.hpp>
 
 //#include "SignalEvent.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -64,15 +64,15 @@ namespace scheduler {
           public detail::SignalSetBase
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
         typedef boost::function<void (siginfo_t const &)> Callback;
                                         ///< Callback type
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         SignalEvent(int signal, Callback const & cb, bool initiallyEnabled=true);
                                         ///< Register a signal event
@@ -86,8 +86,8 @@ namespace scheduler {
                                                  enable callback automatically. */
         ~SignalEvent();
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         void disable();                 ///< Enable signal event registration
         void enable();                  ///< Disable the signal event registration
@@ -111,7 +111,7 @@ namespace scheduler {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "SignalEvent.cci"
 //#include "SignalEvent.ct"
 //#include "SignalEvent.cti"