From 0519caebe144d4b5d42ebc93540c4d051bdce9f9 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. */