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!!!

Files at this revision

API Documentation at this revision

Comitter:
Jimmy Brisson
Date:
Tue Oct 04 15:02:44 2016 -0500
Parent:
3:3d3560169945
Child:
6:29dc481c8037
Commit message:
Add tags to our code

Changed in this revision

Event.h Show annotated file Show diff for this revision Revisions of this file
EventQueue.h Show annotated file Show diff for this revision Revisions of this file
equeue/equeue.h Show annotated file Show diff for this revision Revisions of this file
equeue/equeue_platform.h Show annotated file Show diff for this revision Revisions of this file
mbed_events.h Show annotated file Show diff for this revision Revisions of this file
--- a/Event.h	Sat Oct 01 23:11:42 2016 -0500
+++ b/Event.h	Tue Oct 04 15:02:44 2016 -0500
@@ -20,6 +20,8 @@
 #include "platform/mbed_assert.h"
 
 namespace events {
+/** \addtogroup events */
+/** @{*/
 
 /** Event
  *
@@ -3311,3 +3313,5 @@
 }
 
 #endif
+
+/** @}*/
--- a/EventQueue.h	Sat Oct 01 23:11:42 2016 -0500
+++ b/EventQueue.h	Tue Oct 04 15:02:44 2016 -0500
@@ -22,6 +22,8 @@
 #include <new>
 
 namespace events {
+/** \addtogroup events */
+/** @{*/
 
 /** EVENTS_EVENT_SIZE
  *  Minimum size of an event
@@ -2478,3 +2480,5 @@
 }
 
 #endif
+
+/** @}*/
--- a/equeue/equeue.h	Sat Oct 01 23:11:42 2016 -0500
+++ b/equeue/equeue.h	Tue Oct 04 15:02:44 2016 -0500
@@ -1,3 +1,6 @@
+
+/** \addtogroup events */
+/** @{*/
 /*
  * Flexible event queue for dispatching events
  *
@@ -216,3 +219,5 @@
 #endif
 
 #endif
+
+/** @}*/
--- a/equeue/equeue_platform.h	Sat Oct 01 23:11:42 2016 -0500
+++ b/equeue/equeue_platform.h	Tue Oct 04 15:02:44 2016 -0500
@@ -1,3 +1,6 @@
+
+/** \addtogroup events */
+/** @{*/
 /*
  * System specific implementation
  *
@@ -138,3 +141,5 @@
 #endif
 
 #endif
+
+/** @}*/
--- a/mbed_events.h	Sat Oct 01 23:11:42 2016 -0500
+++ b/mbed_events.h	Tue Oct 04 15:02:44 2016 -0500
@@ -1,3 +1,6 @@
+
+/** \addtogroup events */
+/** @{*/
 /* events
  * Copyright (c) 2016 ARM Limited
  *
@@ -31,3 +34,5 @@
 
 
 #endif
+
+/** @}*/