From 04e784d33240ecae1890f83dd4c4fbddeab99e47 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sun, 6 Mar 2016 23:48:05 +0000 Subject: [PATCH] stm32l4: gpio: fix doxygen markers Reported-by: @benjaminlevine --- include/libopencm3/stm32/l4/gpio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libopencm3/stm32/l4/gpio.h b/include/libopencm3/stm32/l4/gpio.h index a22d3612..15dc7b11 100644 --- a/include/libopencm3/stm32/l4/gpio.h +++ b/include/libopencm3/stm32/l4/gpio.h @@ -28,6 +28,7 @@ * along with this library. If not, see . */ +/**@{*/ #ifndef LIBOPENCM3_GPIO_H #define LIBOPENCM3_GPIO_H @@ -88,3 +89,4 @@ BEGIN_DECLS END_DECLS #endif +/**@}*/