Skip to content

Commit

Permalink
doc: move version API to kernel
Browse files Browse the repository at this point in the history
Move this last doxygen API to the kernel section.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Jan 30, 2019
1 parent 4db3d06 commit 47fc509
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 31 deletions.
1 change: 0 additions & 1 deletion doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 0 additions & 30 deletions doc/api/kernel_api.rst

This file was deleted.

1 change: 1 addition & 0 deletions doc/kernel/kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 13 additions & 0 deletions doc/kernel/other/version.rst
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 47fc509

Please sign in to comment.