zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.01k stars 6.16k forks source link

doc: Asynchronous Notifications: Public User API sys_notify_get_method() is not documented. #75038

Open butok opened 6 days ago

butok commented 6 days ago

Describe the bug Public User API sys_notify_get_method() function is not documented: https://docs.zephyrproject.org/latest/services/notify.html#c.sys_notify_get_method

Expected behavior All Public User API functions should be documented.

Environment (please complete the following information):

henrikbrixandersen commented 5 days ago

@butok Could you submit a PR for adding the missing Doxygen?

butok commented 5 days ago

@butok Could you submit a PR for adding the missing Doxygen?

It should be done by an author of this function.