From 4310bd6b9eb9525b52792eb6f5dc9e89a0ac0b8b Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Mon, 1 Jul 2019 14:05:04 +0100 Subject: [PATCH] VirtualWatchdog: fix doxygen ingroup and ctor --- drivers/VirtualWatchdog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/VirtualWatchdog.h b/drivers/VirtualWatchdog.h index b300ba42ff..b78fa7dd31 100644 --- a/drivers/VirtualWatchdog.h +++ b/drivers/VirtualWatchdog.h @@ -57,7 +57,7 @@ namespace mbed { * // Application code * } * @endcode - * @ingroup platform + * @ingroup drivers */ class VirtualWatchdog { public: @@ -72,7 +72,7 @@ public: ~VirtualWatchdog(); public: - /** Start an independent watchdog timer with specified parameters. + /** Start an independent watchdog timer with specified parameters in the constructor. * * Assert for multiple calls of start. */