Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

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
-
-/** @}*/