forked
Diff: drivers/LowPowerTimer.h
- Revision:
- 167:e84263d55307
- Parent:
- 149:156823d33999
- Child:
- 168:9672193075cf
diff -r c97ed07ec1a8 -r e84263d55307 drivers/LowPowerTimer.h --- a/drivers/LowPowerTimer.h Thu Jun 08 15:02:37 2017 +0100 +++ b/drivers/LowPowerTimer.h Wed Jun 21 17:46:44 2017 +0100 @@ -19,17 +19,17 @@ #include "platform/platform.h" #include "drivers/Timer.h" -#if DEVICE_LOWPOWERTIMER +#if defined (DEVICE_LOWPOWERTIMER) || defined(DOXYGEN_ONLY) #include "hal/lp_ticker_api.h" namespace mbed { /** \addtogroup drivers */ -/** @{*/ /** Low power timer * - * @Note Synchronization level: Interrupt safe + * @note Synchronization level: Interrupt safe + * @ingroup drivers */ class LowPowerTimer : public Timer { @@ -44,5 +44,3 @@ #endif #endif - -/** @}*/