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
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
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
sensor.rst
shell.rst
subsystems.rst subsys: fs: Add Non Volatile Storage (NVS) for zephyr 2018-05-15 10:29:16 +02:00