Fix doxygen warning.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 20 Feb 2008 09:06:33 +0000 (09:06 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 20 Feb 2008 09:06:33 +0000 (09:06 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1145 38d2e660-2303-0410-9eaa-f027e97ec537

drv/flash25.c
drv/ser.c
kern/monitor.h

index bd4d871548f5c576c8f1487e7da1656a6938c7e7..2f90d52f5f5c34744933235caa36426f28def551 100644 (file)
@@ -295,7 +295,7 @@ static size_t flash25_write(struct KFile *fd, const void *_buf, size_t size)
  *
  * Erase a select \p sector of serial flash memory.
  *
- * \Note A sector size is FLASH25_SECTOR_SIZE.
+ * \note A sector size is FLASH25_SECTOR_SIZE.
  * This operation could take a while.
  */
 void flash25_sectorErase(Flash25Sector sector)
@@ -343,7 +343,7 @@ void flash25_sectorErase(Flash25Sector sector)
  *
  * Erase all sector of serial flash memory.
  *
- * \Note This operation could take a while.
+ * \note This operation could take a while.
  */
 void flash25_chipErase(void)
 {
index d920d9dec59f1cbe4327daf4671b351be9eb737f..fb13b705429a48b21b7c64416c3dd08fb5ea2293 100644 (file)
--- a/drv/ser.c
+++ b/drv/ser.c
@@ -364,6 +364,7 @@ static int ser_flush(struct KFile *fd)
 /**
  * Initialize a serial port.
  *
+ * \param fd KFile Serial struct interface.
  * \param unit  Serial unit to open. Possible values are architecture dependant.
  */
 static struct Serial *ser_open(struct KFileSerial *fd, unsigned int unit)
index b6f4151e27962163ead813b3dbfc42d9a7da6183..95bbb6db9a752f18a7b11df8ad5f98b9a3a0f925 100644 (file)
@@ -64,7 +64,7 @@ void monitor_start(size_t stacksize, cpustack_t *stack);
  * the interrupt supervisor stack).
  *
  * \note For this function to work, the stack must have been filled at startup with
- * #CONFIG_KERN_STACKFILLCODE.
+ * CONFIG_KERN_STACKFILLCODE.
  */
 size_t monitor_checkStack(cpustack_t *stack_base, size_t stack_size);