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.
Fork of mbed-dev by
Diff: platform/PlatformMutex.h
- Revision:
- 167:e84263d55307
- Parent:
- 149:156823d33999
- Child:
- 168:9672193075cf
diff -r c97ed07ec1a8 -r e84263d55307 platform/PlatformMutex.h
--- a/platform/PlatformMutex.h Thu Jun 08 15:02:37 2017 +0100
+++ b/platform/PlatformMutex.h Wed Jun 21 17:46:44 2017 +0100
@@ -1,6 +1,5 @@
/** \addtogroup platform */
-/** @{*/
/* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
@@ -24,6 +23,7 @@
typedef rtos::Mutex PlatformMutex;
#else
/** A stub mutex for when an RTOS is not present
+ * @ingroup platform
*/
class PlatformMutex {
public:
@@ -48,4 +48,3 @@
#endif
-/** @}*/
