Skip to content

Commit c0ed6c0

Browse files
committed
include: display: mipi: re-arrange doxygen groups
Move MIPI headers under Display group so that they don't clutter top-level Device Drivers group. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 1df6e7c commit c0ed6c0

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

include/zephyr/display/mipi_display.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/**
88
* @file
99
* @brief Display definitions for MIPI devices
10+
* @ingroup mipi_interface
1011
*/
1112

1213
#ifndef ZEPHYR_INCLUDE_DISPLAY_MIPI_DISPLAY_H_
@@ -15,11 +16,10 @@
1516
/**
1617
* @brief MIPI Display definitions
1718
* @defgroup mipi_interface MIPI Display interface
18-
* @ingroup io_interfaces
19+
* @ingroup display_interface
1920
* @{
2021
*/
2122

22-
2323
#ifdef __cplusplus
2424
extern "C" {
2525
#endif

include/zephyr/drivers/mipi_dbi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @defgroup mipi_dbi_interface MIPI-DBI driver APIs
2727
* @since 3.6
2828
* @version 0.8.0
29-
* @ingroup io_interfaces
29+
* @ingroup display_interface
3030
* @{
3131
*/
3232

include/zephyr/drivers/mipi_dsi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @defgroup mipi_dsi_interface MIPI-DSI driver APIs
1818
* @since 3.1
1919
* @version 0.8.0
20-
* @ingroup io_interfaces
20+
* @ingroup display_interface
2121
* @{
2222
*/
2323
#include <errno.h>

include/zephyr/dt-bindings/mipi_dbi/mipi_dbi.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_MIPI_DBI_MIPI_DBI_H_
99

1010
/**
11-
* @brief MIPI-DBI driver APIs
12-
* @defgroup mipi_dbi_interface MIPI-DBI driver APIs
13-
* @ingroup io_interfaces
11+
* @addtogroup mipi_dbi_interface
1412
* @{
1513
*/
1614

include/zephyr/dt-bindings/mipi_dsi/mipi_dsi.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_MIPI_DSI_MIPI_DSI_H_
99

1010
/**
11-
* @brief MIPI-DSI driver APIs
12-
* @defgroup mipi_dsi_interface MIPI-DSI driver APIs
13-
* @ingroup io_interfaces
11+
* @addtogroup mipi_dsi_interface
1412
* @{
1513
*/
1614

0 commit comments

Comments
 (0)