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:
Sam Grove
Date:
Thu Oct 06 15:57:08 2016 -0500
Parent:
4:f157c7bf01cc
Parent:
5:705843a08e16
Child:
7:80510299c57c
Commit message:
Merge pull request #2911 from theotherjimmy/docs-generation

[Tools] Add documentation generation script

Changed in this revision

Event.h Show annotated file Show diff for this revision Revisions of this file
--- 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
+
+/** @}*/
--- a/EventQueue.h	Mon Oct 03 18:33:25 2016 -0500
+++ b/EventQueue.h	Thu Oct 06 15:57:08 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	Mon Oct 03 18:33:25 2016 -0500
+++ b/equeue/equeue.h	Thu Oct 06 15:57:08 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	Mon Oct 03 18:33:25 2016 -0500
+++ b/equeue/equeue_platform.h	Thu Oct 06 15:57:08 2016 -0500
@@ -1,3 +1,6 @@
+
+/** \addtogroup events */
+/** @{*/
 /*
  * System specific implementation
  *
@@ -138,3 +141,5 @@
 #endif
 
 #endif
+
+/** @}*/
--- a/mbed_events.h	Mon Oct 03 18:33:25 2016 -0500
+++ b/mbed_events.h	Thu Oct 06 15:57:08 2016 -0500
@@ -1,3 +1,6 @@
+
+/** \addtogroup events */
+/** @{*/
 /* events
  * Copyright (c) 2016 ARM Limited
  *
@@ -31,3 +34,5 @@
 
 
 #endif
+
+/** @}*/