doc/reference/runtime_conf/settings: reference missing API group
Added references to missing settings API groups so them will be generated in documentation build. Missing API are doxygen subgroup of already referenced doxygen group, but subgroups aren't automatically extracted to the documentation output. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
9e8b78b8e1
commit
208f15e521
1 changed files with 17 additions and 0 deletions
|
@ -279,5 +279,22 @@ API Reference
|
|||
|
||||
The Settings subsystem APIs are provided by ``settings.h``:
|
||||
|
||||
API for general settings usage
|
||||
==============================
|
||||
.. doxygengroup:: settings
|
||||
:project: Zephyr
|
||||
|
||||
API for key-name processing
|
||||
===========================
|
||||
.. doxygengroup:: settings_name_proc
|
||||
:project: Zephyr
|
||||
|
||||
API for runtime settings manipulation
|
||||
=====================================
|
||||
.. doxygengroup:: settings_rt
|
||||
:project: Zephyr
|
||||
|
||||
API of backend interface
|
||||
========================
|
||||
.. doxygengroup:: settings_backend
|
||||
:project: Zephyr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue