Skip to content

Commit 956f47a

Browse files
nashifAnas Nashif
authored andcommitted
doc: APIs: group display drivers
Signed-off-by: Anas Nashif <[email protected]>
1 parent ca9285d commit 956f47a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

include/display/grove_lcd.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@
1111
extern "C" {
1212
#endif
1313

14+
/**
15+
* @brief Display Drivers
16+
* @defgroup display_interfaces Display Drivers
17+
* @{
18+
* @}
19+
*/
20+
21+
/**
22+
* @brief Grove display APIs
23+
* @defgroup grove_display Grove display APIs
24+
* @ingroup display_interfaces
25+
* @{
26+
*/
27+
1428
#define GROVE_LCD_NAME "GLCD"
1529

1630
/**
@@ -156,6 +170,11 @@ void glcd_color_set(struct device *port, u8_t r, u8_t g, u8_t b);
156170
*/
157171
int glcd_initialize(struct device *port);
158172

173+
174+
/**
175+
* @}
176+
*/
177+
159178
#ifdef __cplusplus
160179
}
161180
#endif

include/display/mb_display.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/**
1515
* @brief BBC micro:bit display APIs
1616
* @defgroup mb_display BBC micro:bit display APIs
17+
* @ingroup display_interfaces
1718
* @{
1819
*/
1920

0 commit comments

Comments
 (0)