PPI: Implement IOEvent error handling
[senf.git] / PPI / DebugEvent.hh
index 3a2f254..6b445b4 100644 (file)
 namespace senf {
 namespace ppi {
 
-    /** \brief
+    /** \brief Manually triggered event
+
+        DebugEvent is a manually triggered event. The event is triggered by explicit calls to
+        trigger() and not by the event infrastructure.
       */
     class DebugEvent
         : public EventImplementation<>
@@ -57,7 +60,7 @@ namespace ppi {
         ///@}
         ///////////////////////////////////////////////////////////////////////////
 
-        void trigger();
+        void trigger();                 ///< Trigger event
 
     protected: