From d96205f609d068f22a5d746e01858c78e960e08a Mon Sep 17 00:00:00 2001 From: Johannes Hutter Date: Mon, 4 Jun 2018 11:43:53 +0200 Subject: [PATCH] doc: fix early closing of GPIO doxygen defgroup GPIO API was not shown in doxygen output and on website because the defgroup was closed prematurely. The closing brackets are still present on the end of the file, so the additional closing can be safely deleted. Fixes #8142 Signed-off-by: Johannes Hutter --- include/gpio.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/gpio.h b/include/gpio.h index 0d8b5663012..d174837b8b8 100644 --- a/include/gpio.h +++ b/include/gpio.h @@ -35,8 +35,9 @@ extern "C" { /** @cond INTERNAL_HIDDEN */ #define GPIO_ACCESS_BY_PIN 0 #define GPIO_ACCESS_BY_PORT 1 -/** @endcond */ -/** @} */ +/** + * @endcond + */ /** * @deprecated