Skip to content

Commit 6d912bf

Browse files
dbkindernashif
authored andcommitted
doc: add missing cfb API
As mentioned in issue zephyrproject-rtos#12265, this API wasn't included in the generated API docs because a doxygengroup directive was missing. Signed-off-by: David B. Kinder <[email protected]>
1 parent f542825 commit 6d912bf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/api/display_api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ BBC micro:bit Display
2020

2121
.. doxygengroup:: mb_display
2222
:project: Zephyr
23+
24+
Monochrome Character Framebuffer
25+
********************************
26+
27+
.. doxygengroup:: monochrome_character_framebuffer
28+
:project: Zephyr

include/display/cfb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern "C" {
2121

2222
/**
2323
* @brief Display Drivers
24-
* @defgroup display_interfaces Display Drivers
24+
* @addtogroup display_interfaces Display Drivers
2525
* @{
2626
* @}
2727
*/

0 commit comments

Comments
 (0)