This is a fork of the `events` subdirectory of https://github.com/ARMmbed/mbed-os

Dependents:   HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more

This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.

Note, you must import this library with import name: events!!!

Revision:
6:29dc481c8037
Parent:
4:f157c7bf01cc
Parent:
5:705843a08e16
Child:
7:80510299c57c
--- a/Event.h	Mon Oct 03 18:33:25 2016 -0500
+++ b/Event.h	Thu Oct 06 15:57:08 2016 -0500
@@ -20,6 +20,8 @@
 #include "platform/mbed_assert.h"
 
 namespace events {
+/** \addtogroup events */
+/** @{*/
 
 /** Event
  *
@@ -3359,3 +3361,5 @@
 }
 
 #endif
+
+/** @}*/