From: asterix Date: Tue, 9 Dec 2008 11:28:30 +0000 (+0000) Subject: Fix doxygen warnings. X-Git-Tag: 2.1.0~705 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=46961b1d1c9a4ad75f783af36b38bf4f9bf738a6;p=bertos.git Fix doxygen warnings. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1977 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/avr/drv/wdt_avr.h b/bertos/cpu/avr/drv/wdt_avr.h index 1499d5a9..21f5f9b1 100644 --- a/bertos/cpu/avr/drv/wdt_avr.h +++ b/bertos/cpu/avr/drv/wdt_avr.h @@ -63,7 +63,7 @@ * Start the watchdog timer that fire at the select * timeout. * - * \param timeout, you can use the macro that are defineded in + * \param _timeout you can use the macro that are defineded in * avr/wdt.h. * * (from avr libc documentation) diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 064a565f..8d15733a 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -89,7 +89,7 @@ * Start the watchdog timer that fire at the select * timeout. * - * \param timeout, this value is target dependant. + * \param timeout this value is target dependant. * See the target documentation for more details. */ INLINE void wdt_start(uint32_t timeout)