Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / IOEvent.hh
index a314fd9..b31356f 100644 (file)
@@ -32,7 +32,7 @@
 #include <senf/Utils/Exception.hh>
 
 //#include "IOEvent.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace ppi {
@@ -70,7 +70,7 @@ namespace ppi {
         : public EventImplementation<IOEventInfo>
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
         // This is stupid, however there is no way to import the Scheduler::EventId enum together
@@ -84,17 +84,17 @@ namespace ppi {
             , Err = scheduler::FdEvent::EV_ERR      /**< Some other error condition on FileHandle */
         };
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         IOEvent();
 
         template <class Handle>
         IOEvent(Handle handle, unsigned events);
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         template <class Handle>
         void set(Handle handle, unsigned events);
@@ -122,7 +122,7 @@ namespace ppi {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "IOEvent.cci"
 #include "IOEvent.ct"
 #include "IOEvent.cti"