mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 03:55:55 +00:00
Doxygen-generated API documentation had the ability to group API information into sections based on the class of items: Defines, Typedefs, Enums, Functions and then alphabetized with these groups. By removing the Breathe directive :content-only: we can get these class groupings back (instead of having items just sorted alphabetically across all classes), and also allow @name groups to be defined for creating and displaying additional groups (as requested by a developer). Depends on CSS changes in https://github.com/zephyrproject-rtos/docs-theme/pull/14 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
16 lines
204 B
ReStructuredText
16 lines
204 B
ReStructuredText
.. _device_model:
|
|
|
|
Device Driver Interface
|
|
#######################
|
|
|
|
.. contents::
|
|
:depth: 1
|
|
:local:
|
|
:backlinks: top
|
|
|
|
Device Model
|
|
************
|
|
|
|
.. doxygengroup:: device_model
|
|
:project: Zephyr
|