zephyr/doc/subsystems
David B. Kinder d1d0dd45ed doc: fix missing NVS API documentation
Sphinx only displays API documentation for items within the specified
doxygen defgroup, and importantly, not the subgroups of this defgroup.

If you define a defgroup with defgroup children, you need to tell Sphinx
to display API information about the child defgroups too.  (If the
parent defgroup has no entities of it's own, you can leave that out.)

This patch replaces the (empty) display of the parent defgroup with that
of its two child defgroups.

It also fixes an unnecessarily long text line while I was in there.

Fixes: #7666

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-05-19 09:22:14 +03:00
..
bluetooth doc: fix doc misspellings in doc, boards, samples 2018-04-05 19:17:01 -04:00
logging doc: improve API docs with sections 2017-09-12 07:48:37 -04:00
networking doc: networking: qemu_setup: Update details and add DNS information 2018-05-17 17:29:02 +03:00
nvs doc: fix missing NVS API documentation 2018-05-19 09:22:14 +03:00
settings doc/subsystem/settings: fix wrong settings_handler field names 2018-05-11 16:53:57 -04:00
test doc: document best practices for main.c suite declaration 2018-05-09 13:19:38 -04:00
usb doc: Add USB documentation identifiers and links 2018-04-12 14:03:00 -04:00
c_library.rst doc: fix more spelling errors throughout docs 2017-02-28 13:22:13 +00:00
dfu.rst doc: subsys: Remove unnecessary subsystem from titles 2018-04-06 07:30:33 -04:00
mgmt.rst doc: subsys: Remove unnecessary subsystem from titles 2018-04-06 07:30:33 -04:00
power_management.rst cleanup: rename fiber/task -> thread 2017-10-30 18:41:15 -04:00
sensor.rst doc: change sensor subsystem doc title 2018-01-16 17:24:46 -05:00
shell.rst doc: Add shell doc for kernel module 2018-02-06 19:35:32 -05:00
subsystems.rst subsys: fs: Add Non Volatile Storage (NVS) for zephyr 2018-05-15 10:29:16 +02:00