VirtualWatchdog: fix doxygen ingroup and ctor

pull/10857/head
Martin Kojtal 2019-07-01 14:05:04 +01:00
parent b89eeb7ec5
commit 29842f98a0
1 changed files with 2 additions and 2 deletions

View File

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