mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 15:07:12 +00:00
Doxygen-generated API documentation had the ability to group API information into sections based on the class of items: Defines, Typedefs, Enums, Functions and then alphabetized with these groups. By removing the Breathe directive :content-only: we can get these class groupings back (instead of having items just sorted alphabetically across all classes), and also allow @name groups to be defined for creating and displaying additional groups (as requested by a developer). Depends on CSS changes in https://github.com/zephyrproject-rtos/docs-theme/pull/14 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
17 lines
283 B
ReStructuredText
17 lines
283 B
ReStructuredText
.. _file_system:
|
|
|
|
File System APIs
|
|
#####################
|
|
|
|
File System Functions
|
|
*******************************
|
|
|
|
.. doxygengroup:: file_system_api
|
|
:project: Zephyr
|
|
|
|
File System Data Structures
|
|
*******************************
|
|
|
|
.. doxygengroup:: data_structures
|
|
:project: Zephyr
|