doc: move device driver model API reference
Move doxygen API reference to the main documentation page. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8de6778e90
commit
1206eb721a
|
@ -1,15 +0,0 @@
|
|||
.. _device_model:
|
||||
|
||||
Device Driver Interface
|
||||
#######################
|
||||
|
||||
.. contents::
|
||||
:depth: 1
|
||||
:local:
|
||||
:backlinks: top
|
||||
|
||||
Device Model
|
||||
************
|
||||
|
||||
.. doxygengroup:: device_model
|
||||
:project: Zephyr
|
|
@ -14,7 +14,6 @@ The Zephyr APIs are used the same way on all SoCs and boards.
|
|||
:maxdepth: 2
|
||||
|
||||
kernel_api.rst
|
||||
device.rst
|
||||
bluetooth.rst
|
||||
networking.rst
|
||||
io_interfaces.rst
|
||||
|
|
|
@ -330,3 +330,8 @@ returned on failure. See
|
|||
https://github.com/zephyrproject-rtos/zephyr/wiki/Naming-Conventions#return-codes
|
||||
for details about this.
|
||||
|
||||
API Reference
|
||||
**************
|
||||
|
||||
.. doxygengroup:: device_model
|
||||
:project: Zephyr
|
||||
|
|
Loading…
Reference in a new issue