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 <johannes@proglove.de>
This commit is contained in:
Johannes Hutter 2018-06-04 11:43:53 +02:00 committed by Anas Nashif
commit d96205f609

View file

@ -35,8 +35,9 @@ extern "C" {
/** @cond INTERNAL_HIDDEN */
#define GPIO_ACCESS_BY_PIN 0
#define GPIO_ACCESS_BY_PORT 1
/** @endcond */
/** @} */
/**
* @endcond
*/
/**
* @deprecated