From: arighi Date: Thu, 8 Apr 2010 08:08:35 +0000 (+0000) Subject: Fix doxygen-style documentation. X-Git-Tag: 2.5.0~507 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=10026693efddd25f44018e96af214c7fbf848956;p=bertos.git Fix doxygen-style documentation. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3401 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/drv/gpio_lm3s.c b/bertos/cpu/cortex-m3/drv/gpio_lm3s.c index 770e55b4..68af31ae 100644 --- a/bertos/cpu/cortex-m3/drv/gpio_lm3s.c +++ b/bertos/cpu/cortex-m3/drv/gpio_lm3s.c @@ -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. */