Skip to content

Commit 4310bd6

Browse files
committed
VirtualWatchdog: fix doxygen ingroup and ctor
1 parent a7178b3 commit 4310bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/VirtualWatchdog.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace mbed {
5757
* // Application code
5858
* }
5959
* @endcode
60-
* @ingroup platform
60+
* @ingroup drivers
6161
*/
6262
class VirtualWatchdog {
6363
public:
@@ -72,7 +72,7 @@ class VirtualWatchdog {
7272
~VirtualWatchdog();
7373
public:
7474

75-
/** Start an independent watchdog timer with specified parameters.
75+
/** Start an independent watchdog timer with specified parameters in the constructor.
7676
*
7777
* Assert for multiple calls of start.
7878
*/

0 commit comments

Comments
 (0)