mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Diff: platform/SingletonPtr.h
- Revision:
- 178:79309dc6340a
- Parent:
- 167:e84263d55307
diff -r d650f5d4c87a -r 79309dc6340a platform/SingletonPtr.h --- a/platform/SingletonPtr.h Wed Nov 08 13:50:44 2017 +0000 +++ b/platform/SingletonPtr.h Thu Nov 23 11:57:25 2017 +0000 @@ -1,6 +1,10 @@ /** \addtogroup platform */ /** @{*/ +/** + * \defgroup platform_SingletonPtr SingletonPtr class + * @{ + */ /* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * @@ -55,7 +59,6 @@ osMutexRelease (singleton_mutex_id); #endif } -/** @}*/ /** Utility class for creating an using a singleton * @@ -68,7 +71,6 @@ * @note: This class is lazily initialized on first use. * This class is a POD type so if it is not used it will * be garbage collected. - * @ingroup platform */ template <class T> struct SingletonPtr { @@ -108,4 +110,6 @@ }; #endif +/**@}*/ +/**@}*/