doc: doxygen: s/subsys/os_services
Rename the subsystems group from `subsys` to `os_services`, aligning with what we have on the Sphinx side. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
59b054fdd6
commit
a98d673230
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
|
||||
@defgroup subsys Subsystems
|
||||
@brief Zephyr Subsystems
|
||||
@defgroup os_services Operating System Services
|
||||
@brief Operating System Services
|
||||
@{
|
||||
@}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief System and device power management
|
||||
* @defgroup subsys_pm Power Management (PM)
|
||||
* @ingroup subsys
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
* @}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
* inner-working of the kernel and various other subsystems.
|
||||
*
|
||||
* @defgroup subsys_tracing Tracing
|
||||
* @ingroup subsys
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue