From 760ccbe0a40a715ab4ae2e5cb6cf679883e1a3ee Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Fri, 28 Jun 2019 10:01:47 +0100 Subject: [PATCH] VirtualWatchdog: fix doxygen docs errors --- drivers/VirtualWatchdog.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/VirtualWatchdog.h b/drivers/VirtualWatchdog.h index a9180a90b6..cb67720ce4 100644 --- a/drivers/VirtualWatchdog.h +++ b/drivers/VirtualWatchdog.h @@ -84,13 +84,10 @@ public: */ void kick(); - /** mbed_watchdog_manager (runs by periodic call from ticker) used this API interface + /** Periodic callback method (runs by periodic call from ticker) used this API interface * to go through all the registered user/threads of watchdog. * - * @param elapsed_ms completed ticker callback elapsed milliseconds - * - * Call this function from mbed_watchdog_manager_kick to monitor all the - * user/threads alive states. + * @param elapsed_ms Elapsed milliseconds * * Otherwise, the system resets. */