VirtualWatchdog: fix doxygen ingroup and ctor

pull/11023/head
Martin Kojtal 2019-07-01 14:05:04 +01:00
parent a7178b3519
commit 4310bd6b9e
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ namespace mbed {
* // Application code * // Application code
* } * }
* @endcode * @endcode
* @ingroup platform * @ingroup drivers
*/ */
class VirtualWatchdog { class VirtualWatchdog {
public: public:
@ -72,7 +72,7 @@ public:
~VirtualWatchdog(); ~VirtualWatchdog();
public: 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. * Assert for multiple calls of start.
*/ */