Fix doxygen-style documentation.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 8 Apr 2010 08:08:35 +0000 (08:08 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 8 Apr 2010 08:08:35 +0000 (08:08 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3401 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/cortex-m3/drv/gpio_lm3s.c

index 770e55b4fd376283d228fae3dcdf68d4303fed8e..68af31ae24c87c5efcc2308ac32692cab35c8256 100644 (file)
@@ -49,11 +49,11 @@ void lm3s_gpio_pin_write(uint32_t port, uint8_t pins, uint8_t val)
 /**
  * Configure a GPIO pin
  *
- * @port: the base address of the GPIO port
- * @pins: the bit-packed representation of the pin(s)
- * @mode: the pin(s) configuration mode
- * @strength: the output drive strength
- * @type: the pin(s) type
+ * \param port Base address of the GPIO port
+ * \param pins Bit-packed representation of the pin(s)
+ * \param mode Pin(s) configuration mode
+ * \param strength Output drive strength
+ * \param type Pin(s) type
  *
  * Return 0 on success, otherwise a negative value.
  */