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:
Anas Nashif 2019-01-25 13:29:25 -05:00
parent 8de6778e90
commit 1206eb721a
3 changed files with 5 additions and 16 deletions

View file

@ -1,15 +0,0 @@
.. _device_model:
Device Driver Interface
#######################
.. contents::
:depth: 1
:local:
:backlinks: top
Device Model
************
.. doxygengroup:: device_model
:project: Zephyr

View file

@ -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

View file

@ -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