Skip to content

Commit bb8b760

Browse files
nashifkartben
authored andcommitted
tests: semaphore: fix doxygen groups
Fix grouping and general doxygen fixups. Signed-off-by: Anas Nashif <[email protected]>
1 parent 4ca7c14 commit bb8b760

File tree

1 file changed

+2
-3
lines changed
  • tests/kernel/semaphore/sys_sem/src

1 file changed

+2
-3
lines changed

tests/kernel/semaphore/sys_sem/src/main.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ static ZTEST_DMEM int flag;
2727
static ZTEST_DMEM atomic_t atomic_count;
2828

2929
/**
30-
* @defgroup kernel_sys_sem_tests Semaphore
3130
* @ingroup all_tests
3231
* @{
3332
* @}
@@ -73,7 +72,7 @@ static void thread_high_prio_sem_take(void *p1, void *p2, void *p3)
7372
* - Use semaphore normally
7473
* - Use semaphore with different priority threads
7574
*
76-
* @ingroup kernel_sys_sem_tests
75+
* @ingroup kernel_semaphore_tests
7776
*/
7877
ZTEST_USER(kernel_sys_sem, test_multiple_thread_sem_usage)
7978
{
@@ -168,7 +167,7 @@ static void multi_thread_sem_take(void *p1, void *p2, void *p3)
168167
* - Verify more than max count about semaphore can reach.
169168
* - Take sem by multiple threads and verify if sem count is correct.
170169
*
171-
* @ingroup kernel_sys_sem_tests
170+
* @ingroup kernel_semaphore_tests
172171
*/
173172
ZTEST_USER(kernel_sys_sem, test_multi_thread_sem_limit)
174173
{

0 commit comments

Comments
 (0)