Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / EventManager.hh
index 16f671b..dcb4997 100644 (file)
@@ -34,7 +34,7 @@
 #include "detail/EventBinding.hh"
 
 //#include "EventManager.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace ppi {
@@ -48,7 +48,7 @@ namespace ppi {
     class EventManager
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
 #ifndef DOXYGEN
@@ -59,9 +59,9 @@ namespace ppi {
         {};
 #endif
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         static EventManager & instance();
 
@@ -72,8 +72,8 @@ namespace ppi {
 
         // no conversion constructors
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         ClockService::clock_type now(); ///< Current time at last event dispatch
         ClockService::clock_type time(); ///< Expected time of the last event
@@ -103,7 +103,7 @@ namespace ppi {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "EventManager.cci"
 #include "EventManager.ct"
 //#include "EventManager.cti"