From 9e3e322fff8fad06f5645544b77f5aba53175b7b Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 30 Apr 2014 11:36:02 +0100 Subject: [PATCH] gpio.h: fix doxygen comment on struct Signed-off-by: Brendan Le Foll --- api/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/gpio.h b/api/gpio.h index 0779d2f..f4e321b 100644 --- a/api/gpio.h +++ b/api/gpio.h @@ -37,7 +37,7 @@ extern "C" { typedef struct { /*@{*/ int pin; /**< the pin number, as known to the os. */ - FILE *value_fp; /**< the file pointer to the value of the gpio /* + FILE *value_fp; /**< the file pointer to the value of the gpio */ /*@}*/ } maa_gpio_context;