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. */