File tree Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 7
7
/**
8
8
* @file
9
9
* @brief Display definitions for MIPI devices
10
+ * @ingroup mipi_interface
10
11
*/
11
12
12
13
#ifndef ZEPHYR_INCLUDE_DISPLAY_MIPI_DISPLAY_H_
15
16
/**
16
17
* @brief MIPI Display definitions
17
18
* @defgroup mipi_interface MIPI Display interface
18
- * @ingroup io_interfaces
19
+ * @ingroup display_interface
19
20
* @{
20
21
*/
21
22
22
-
23
23
#ifdef __cplusplus
24
24
extern "C" {
25
25
#endif
Original file line number Diff line number Diff line change 26
26
* @defgroup mipi_dbi_interface MIPI-DBI driver APIs
27
27
* @since 3.6
28
28
* @version 0.8.0
29
- * @ingroup io_interfaces
29
+ * @ingroup display_interface
30
30
* @{
31
31
*/
32
32
Original file line number Diff line number Diff line change 17
17
* @defgroup mipi_dsi_interface MIPI-DSI driver APIs
18
18
* @since 3.1
19
19
* @version 0.8.0
20
- * @ingroup io_interfaces
20
+ * @ingroup display_interface
21
21
* @{
22
22
*/
23
23
#include <errno.h>
Original file line number Diff line number Diff line change 8
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_MIPI_DBI_MIPI_DBI_H_
9
9
10
10
/**
11
- * @brief MIPI-DBI driver APIs
12
- * @defgroup mipi_dbi_interface MIPI-DBI driver APIs
13
- * @ingroup io_interfaces
11
+ * @addtogroup mipi_dbi_interface
14
12
* @{
15
13
*/
16
14
Original file line number Diff line number Diff line change 8
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_MIPI_DSI_MIPI_DSI_H_
9
9
10
10
/**
11
- * @brief MIPI-DSI driver APIs
12
- * @defgroup mipi_dsi_interface MIPI-DSI driver APIs
13
- * @ingroup io_interfaces
11
+ * @addtogroup mipi_dsi_interface
14
12
* @{
15
13
*/
16
14
You can’t perform that action at this time.
0 commit comments