commit | af46f628a0c5b21fca3ac4a78640059f3cb19442 | [log] [tgz] |
---|---|---|
author | Benjamin Cabé <benjamin@zephyrproject.org> | Mon May 26 20:41:41 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed May 28 21:29:37 2025 +0200 |
tree | 89c417c63d070d897b962060be87901988f64f93 | |
parent | c7e36f01696a206f4e0db4452602f76b31c19d09 [diff] |
include: kernel: doc: add doxygen for k_sem It can be confusing for users browsing the API docs to not find any documentation for the k_sem structure. This commit adds doxygen comments so that it now shows up. Fixes zephyrproject-rtos/zephyr#90608. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>