Skip to content

Commit 235704f

Browse files
committed
include: dt-bindings: gpio: add to existing doxygen group
Redefining the gpio_interface group is bad Doxygne practice, add to existing group instead. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 6377b1f commit 235704f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

include/zephyr/dt-bindings/gpio/gpio.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_GPIO_H_
99

1010
/**
11-
* @brief GPIO Driver APIs
12-
* @defgroup gpio_interface GPIO Driver APIs
13-
* @ingroup io_interfaces
11+
* @addtogroup gpio_interface
1412
* @{
1513
*/
1614

include/zephyr/dt-bindings/gpio/stm32-gpio.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99

1010
/**
1111
* @brief STM32 GPIO specific flags
12+
* @defgroup gpio_interface_stm32 STM32 GPIO specific flags
13+
* @ingroup gpio_interface_ext
1214
*
1315
* The driver flags are encoded in the 8 upper bits of @ref gpio_dt_flags_t as
1416
* follows:
1517
*
1618
* - Bit 8: Configure a GPIO pin to power on the system after Poweroff.
1719
* - Bit 10..9: Configure the output speed of a GPIO pin.
1820
*
19-
* @ingroup gpio_interface_ext
2021
* @{
2122
*/
2223

0 commit comments

Comments
 (0)