Skip to content

Commit

Permalink
doc: doxygen: add some subsystems to os_services group
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gmarull authored and nashif committed May 31, 2023
1 parent a98d673 commit 2481371
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions include/zephyr/arch/common/semihost.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*
* @brief public Semihosting APIs based on ARM definitions.
* @defgroup semihost Semihosting APIs
* @ingroup os_services
* @{
*/

Expand Down
1 change: 1 addition & 0 deletions include/zephyr/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ extern "C" {

/**
* @defgroup cache_interface Cache Interface
* @ingroup os_services
* @{
*/

Expand Down
1 change: 1 addition & 0 deletions include/zephyr/fs/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions include/zephyr/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions include/zephyr/ipc/ipc_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ extern "C" {
/**
* @brief IPC
* @defgroup ipc IPC
* @ingroup os_services
* @{
* @}
*/
Expand Down
1 change: 1 addition & 0 deletions include/zephyr/logging/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ extern "C" {
/**
* @brief Logging
* @defgroup logging Logging
* @ingroup os_services
* @{
* @}
*/
Expand Down
1 change: 1 addition & 0 deletions include/zephyr/rtio/rtio.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ extern "C" {
/**
* @brief RTIO
* @defgroup rtio RTIO
* @ingroup os_services
* @{
* @}
*/
Expand Down
2 changes: 1 addition & 1 deletion include/zephyr/shell/shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ extern "C" {
/**
* @brief Shell API
* @defgroup shell_api Shell API
* @ingroup shell
* @ingroup os_services
* @{
*/

Expand Down
1 change: 1 addition & 0 deletions include/zephyr/sys/crc.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ extern "C" {

/**
* @defgroup checksum Checksum
* @ingroup os_services
*/

/**
Expand Down
1 change: 1 addition & 0 deletions include/zephyr/sys/iterable_sections.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extern "C" {
/**
* @brief Iterable Sections APIs
* @defgroup iterable_section_apis Iterable Sections APIs
* @ingroup os_services
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion include/zephyr/task_wdt/task_wdt.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* @brief Task Watchdog APIs
* @defgroup task_wdt_api Task Watchdog APIs
* @ingroup subsystem
* @ingroup os_services
* @{
*/

Expand Down
1 change: 1 addition & 0 deletions include/zephyr/zbus/zbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ extern "C" {
/**
* @brief Zbus API
* @defgroup zbus_apis Zbus APIs
* @ingroup os_services
* @{
*/

Expand Down

0 comments on commit 2481371

Please sign in to comment.