doc: add missing cfb API
As mentioned in issue #12265, this API wasn't included in the generated API docs because a doxygengroup directive was missing. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
f542825558
commit
6d912bf035
2 changed files with 7 additions and 1 deletions
|
@ -20,3 +20,9 @@ BBC micro:bit Display
|
||||||
|
|
||||||
.. doxygengroup:: mb_display
|
.. doxygengroup:: mb_display
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
|
|
||||||
|
Monochrome Character Framebuffer
|
||||||
|
********************************
|
||||||
|
|
||||||
|
.. doxygengroup:: monochrome_character_framebuffer
|
||||||
|
:project: Zephyr
|
||||||
|
|
|
@ -21,7 +21,7 @@ extern "C" {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Display Drivers
|
* @brief Display Drivers
|
||||||
* @defgroup display_interfaces Display Drivers
|
* @addtogroup display_interfaces Display Drivers
|
||||||
* @{
|
* @{
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue