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 77/**
88 * @file
99 * @brief Display definitions for MIPI devices
10+ * @ingroup mipi_interface
1011 */
1112
1213#ifndef ZEPHYR_INCLUDE_DISPLAY_MIPI_DISPLAY_H_
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
2424extern "C" {
2525#endif
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments