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:
parent
63f2cf579d
commit
d96205f609
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ extern "C" {
|
||||||
/** @cond INTERNAL_HIDDEN */
|
/** @cond INTERNAL_HIDDEN */
|
||||||
#define GPIO_ACCESS_BY_PIN 0
|
#define GPIO_ACCESS_BY_PIN 0
|
||||||
#define GPIO_ACCESS_BY_PORT 1
|
#define GPIO_ACCESS_BY_PORT 1
|
||||||
/** @endcond */
|
/**
|
||||||
/** @} */
|
* @endcond
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue