summaryrefslogtreecommitdiffstats
path: root/include/zix/sem.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-20 21:03:17 -0400
committerDavid Robillard <d@drobilla.net>2022-10-20 21:10:24 -0400
commit668ffa3febb116d20add6e9460fb1fb521a22e35 (patch)
tree888e51d4b7c853f4afe77743a2d846e6799cef5f /include/zix/sem.h
parent1a98f16aabf9e2c28f97b8ec89ae35af5a333252 (diff)
downloadzix-668ffa3febb116d20add6e9460fb1fb521a22e35.tar.gz
zix-668ffa3febb116d20add6e9460fb1fb521a22e35.tar.bz2
zix-668ffa3febb116d20add6e9460fb1fb521a22e35.zip
Fix doc comments
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