doc: move version API to kernel
Move this last doxygen API to the kernel section. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4db3d06c2e
commit
47fc5095f8
4 changed files with 14 additions and 31 deletions
|
@ -13,7 +13,6 @@ The Zephyr APIs are used the same way on all SoCs and boards.
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
kernel_api.rst
|
||||
bluetooth.rst
|
||||
networking.rst
|
||||
file_system
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
.. _kernel_apis:
|
||||
|
||||
Kernel APIs
|
||||
###########
|
||||
|
||||
This section contains APIs for the kernel's core services,
|
||||
as described in the :ref:`kernel`.
|
||||
|
||||
.. important::
|
||||
Unless otherwise noted these APIs can be used by threads, but not by ISRs.
|
||||
|
||||
.. contents::
|
||||
:depth: 1
|
||||
:local:
|
||||
:backlinks: top
|
||||
|
||||
.. comment
|
||||
not documenting
|
||||
.. doxygengroup:: kernel_apis
|
||||
|
||||
|
||||
|
||||
Kernel Version
|
||||
**************
|
||||
Kernel version handling and APIs related to kernel version being used.
|
||||
|
||||
.. doxygengroup:: version_apis
|
||||
:project: Zephyr
|
||||
:content-only:
|
||||
|
|
@ -47,3 +47,4 @@ include: fitness wearables, smart watches, and IoT wireless gateways.
|
|||
other/float.rst
|
||||
other/ring_buffers.rst
|
||||
other/cxx_support.rst
|
||||
other/version.rst
|
||||
|
|
13
doc/kernel/other/version.rst
Normal file
13
doc/kernel/other/version.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
.. _version:
|
||||
|
||||
Version
|
||||
#######
|
||||
|
||||
Kernel version handling and APIs related to kernel version being used.
|
||||
|
||||
API Reference
|
||||
**************
|
||||
|
||||
.. doxygengroup:: version_apis
|
||||
:project: Zephyr
|
||||
:content-only:
|
Loading…
Add table
Add a link
Reference in a new issue