From 10026693efddd25f44018e96af214c7fbf848956 Mon Sep 17 00:00:00 2001 From: arighi Date: Thu, 8 Apr 2010 08:08:35 +0000 Subject: [PATCH] Fix doxygen-style documentation. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3401 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/drv/gpio_lm3s.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. */ -- 2.25.1