From 668ffa3febb116d20add6e9460fb1fb521a22e35 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Oct 2022 21:03:17 -0400 Subject: Fix doc comments --- include/zix/sem.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/zix/sem.h') diff --git a/include/zix/sem.h b/include/zix/sem.h index 41b9860..e7db792 100644 --- a/include/zix/sem.h +++ b/include/zix/sem.h @@ -24,9 +24,8 @@ extern "C" { #include /** - @addtogroup zix - @{ - @name Semaphore + @defgroup zix_sem Semaphore + @ingroup zix @{ */ @@ -148,7 +147,6 @@ struct ZixSemImpl { /** @endcond @} - @} */ #ifdef __cplusplus -- cgit v1.2.1