doc: doxygen: add some subsystems to os_services group

Add the following root Doxygen modules under the umbrella of "OS
Services" Doxygen group:

- Cache
- File system
- IPC
- RTIO
- CRC
- Iterable sections
- ZBus
- Task watchdog
- Shell
- Semihosting
- Logging
- System init

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-05-31 12:06:20 +02:00 committed by Anas Nashif
parent a98d673230
commit 248137169a
12 changed files with 12 additions and 2 deletions

View file

@ -16,6 +16,7 @@
*
* @brief public Semihosting APIs based on ARM definitions.
* @defgroup semihost Semihosting APIs
* @ingroup os_services
* @{
*/

View file

@ -30,6 +30,7 @@ extern "C" {
/**
* @defgroup cache_interface Cache Interface
* @ingroup os_services
* @{
*/

View file

@ -20,6 +20,7 @@ extern "C" {
/**
* @brief File System APIs
* @defgroup file_system_api File System APIs
* @ingroup os_services
* @{
*/
struct fs_file_system_t;

View file

@ -19,6 +19,7 @@ extern "C" {
/**
* @defgroup sys_init System Initialization
* @ingroup os_services
*
* Zephyr offers an infrastructure to call initialization code before `main`.
* Such initialization calls can be registered using SYS_INIT() or

View file

@ -18,6 +18,7 @@ extern "C" {
/**
* @brief IPC
* @defgroup ipc IPC
* @ingroup os_services
* @{
* @}
*/

View file

@ -18,6 +18,7 @@ extern "C" {
/**
* @brief Logging
* @defgroup logging Logging
* @ingroup os_services
* @{
* @}
*/

View file

@ -46,6 +46,7 @@ extern "C" {
/**
* @brief RTIO
* @defgroup rtio RTIO
* @ingroup os_services
* @{
* @}
*/

View file

@ -69,7 +69,7 @@ extern "C" {
/**
* @brief Shell API
* @defgroup shell_api Shell API
* @ingroup shell
* @ingroup os_services
* @{
*/

View file

@ -32,6 +32,7 @@ extern "C" {
/**
* @defgroup checksum Checksum
* @ingroup os_services
*/
/**

View file

@ -17,6 +17,7 @@ extern "C" {
/**
* @brief Iterable Sections APIs
* @defgroup iterable_section_apis Iterable Sections APIs
* @ingroup os_services
* @{
*/

View file

@ -24,7 +24,7 @@
/**
* @brief Task Watchdog APIs
* @defgroup task_wdt_api Task Watchdog APIs
* @ingroup subsystem
* @ingroup os_services
* @{
*/

View file

@ -18,6 +18,7 @@ extern "C" {
/**
* @brief Zbus API
* @defgroup zbus_apis Zbus APIs
* @ingroup os_services
* @{
*/