Skip to content

Commit 3dc7291

Browse files
nashifkartben
authored andcommitted
doc: doxygen: move notify/onoff to os_services
Those are no kernel permitives and belong under os services. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 9babde4 commit 3dc7291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/zephyr/sys/notify.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct sys_notify;
7373

7474
/**
7575
* @defgroup sys_notify_apis Asynchronous Notification APIs
76-
* @ingroup kernel_apis
76+
* @ingroup os_services
7777
* @{
7878
*/
7979

include/zephyr/sys/onoff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern "C" {
1818

1919
/**
2020
* @defgroup resource_mgmt_onoff_apis On-Off Service APIs
21-
* @ingroup kernel_apis
21+
* @ingroup os_services
2222
* @{
2323
*/
2424

0 commit comments

Comments
 (0)