Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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!!!
Diff: EventQueue.h
- Revision:
- 5:705843a08e16
- Parent:
- 2:a60d8117d0e0
- Child:
- 7:80510299c57c
diff -r 3d3560169945 -r 705843a08e16 EventQueue.h
--- 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
+
+/** @}*/