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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
Diff: drivers/LowPowerTimeout.h
- Revision:
- 1:9db0e321a9f4
- Parent:
- 0:5b88d5760320
--- a/drivers/LowPowerTimeout.h Tue Dec 17 23:23:45 2019 +0000
+++ b/drivers/LowPowerTimeout.h Tue Dec 31 06:02:27 2019 +0000
@@ -26,12 +26,15 @@
#include "platform/NonCopyable.h"
namespace mbed {
-/** \addtogroup drivers */
+/**
+ * \defgroup drivers_LowPowerTimeout LowPowerTimeout class
+ * \ingroup drivers-public-api-ticker
+ * @{
+ */
/** Low Power Timout
*
* @note Synchronization level: Interrupt safe
- * @ingroup drivers
*/
class LowPowerTimeout : public LowPowerTicker, private NonCopyable<LowPowerTimeout> {
#if !defined(DOXYGEN_ONLY)
@@ -43,7 +46,9 @@
#endif
};
-}
+/** @}*/
+
+} // namespace mbed
#endif