Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Scheduler / EventManager.hh
index 6c71d7e..c6983ba 100644 (file)
@@ -35,7 +35,7 @@
 #include <senf/Utils/Console/LazyDirectory.hh>
 
 //#include "EventManager.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace scheduler {
@@ -52,18 +52,18 @@ namespace detail {
         : public EventListBase
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         explicit Event(std::string const & name);
         virtual ~Event();
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         std::string const & name() const; ///< Get event name
         bool enabled() const;           ///< \c true, if event is enabled, \c false otherwise
@@ -123,7 +123,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "EventManager.cci"
 //#include "EventManager.ct"
 //#include "EventManager.cti"