summaryrefslogtreecommitdiffstats
path: root/include/zix/sem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/sem.h')
-rw-r--r--include/zix/sem.h6
1 files changed, 2 insertions, 4 deletions
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 <time.h>
/**
- @addtogroup zix
- @{
- @name Semaphore
+ @defgroup zix_sem Semaphore
+ @ingroup zix
@{
*/
@@ -148,7 +147,6 @@ struct ZixSemImpl {
/**
@endcond
@}
- @}
*/
#ifdef __cplusplus