Fix doxygen warnings.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 9 Dec 2008 11:28:30 +0000 (11:28 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 9 Dec 2008 11:28:30 +0000 (11:28 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1977 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/drv/wdt_avr.h
bertos/drv/wdt.h

index 1499d5a950b5261dcac4c21b8f03d32b94bec1f0..21f5f9b13f07b8f8b784896c9b29e08bf286b160 100644 (file)
@@ -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)
index 064a565f6fa7864aa54d41d23be31218c6214781..8d15733a03afa82f8d6eb264bcb4f760e9b215a2 100644 (file)
@@ -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)