diff --git a/include/display/grove_lcd.h b/include/display/grove_lcd.h index 8bc94587608..dfa1b554405 100644 --- a/include/display/grove_lcd.h +++ b/include/display/grove_lcd.h @@ -11,6 +11,20 @@ extern "C" { #endif +/** + * @brief Display Drivers + * @defgroup display_interfaces Display Drivers + * @{ + * @} + */ + +/** + * @brief Grove display APIs + * @defgroup grove_display Grove display APIs + * @ingroup display_interfaces + * @{ + */ + #define GROVE_LCD_NAME "GLCD" /** @@ -156,6 +170,11 @@ void glcd_color_set(struct device *port, u8_t r, u8_t g, u8_t b); */ int glcd_initialize(struct device *port); + +/** + * @} + */ + #ifdef __cplusplus } #endif diff --git a/include/display/mb_display.h b/include/display/mb_display.h index 6d1237bf02b..24e2e319a8f 100644 --- a/include/display/mb_display.h +++ b/include/display/mb_display.h @@ -14,6 +14,7 @@ /** * @brief BBC micro:bit display APIs * @defgroup mb_display BBC micro:bit display APIs + * @ingroup display_interfaces * @{ */