Fix doxygen-style documentation.
[bertos.git] / 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.
  */