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:
Anas Nashif 2019-01-25 23:01:00 -05:00
commit 47fc5095f8
4 changed files with 14 additions and 31 deletions

View file

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

View file

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

View file

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

View 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: