t
Fork of mbed-dev by
Diff: drivers/LowPowerTimeout.h
- Revision:
- 168:e84263d55307
- Parent:
- 149:156823d33999
- Child:
- 169:9672193075cf
--- a/drivers/LowPowerTimeout.h Thu Jun 08 15:02:37 2017 +0100 +++ b/drivers/LowPowerTimeout.h Wed Jun 21 17:46:44 2017 +0100 @@ -18,18 +18,18 @@ #include "platform/platform.h" -#if DEVICE_LOWPOWERTIMER +#if defined (DEVICE_LOWPOWERTIMER) || defined(DOXYGEN_ONLY) #include "hal/lp_ticker_api.h" #include "drivers/LowPowerTicker.h" namespace mbed { /** \addtogroup drivers */ -/** @{*/ /** Low Power Timout * - * @Note Synchronization level: Interrupt safe + * @note Synchronization level: Interrupt safe + * @ingroup drivers */ class LowPowerTimeout : public LowPowerTicker { @@ -44,5 +44,3 @@ #endif #endif - -/** @}*/