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: TYBLE16_simple_data_logger TYBLE16_MP3_Air
Diff: events/mbed_shared_queues.h
- Revision:
- 1:9db0e321a9f4
- Parent:
- 0:5b88d5760320
--- a/events/mbed_shared_queues.h Tue Dec 17 23:23:45 2019 +0000
+++ b/events/mbed_shared_queues.h Tue Dec 31 06:02:27 2019 +0000
@@ -1,8 +1,5 @@
-
-/** \addtogroup events */
-/** @{*/
-/* events
- * Copyright (c) 2017 ARM Limited
+/*
+ * Copyright (c) 2016-2019 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,6 +19,8 @@
#include "events/EventQueue.h"
namespace mbed {
+/** \addtogroup events-public-api */
+/** @{*/
/**
* Return a pointer to an EventQueue, on which normal tasks can be queued.
@@ -85,8 +84,8 @@
#endif // MBED_CONF_RTOS_PRESENT
-};
+/** @}*/
+
+}
#endif
-
-/** @}*/