summaryrefslogtreecommitdiffstats
path: root/include/zix/bitset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/bitset.h')
-rw-r--r--include/zix/bitset.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/zix/bitset.h b/include/zix/bitset.h
index 38d612e..9b4dc89 100644
--- a/include/zix/bitset.h
+++ b/include/zix/bitset.h
@@ -1,4 +1,4 @@
-// Copyright 2014-2020 David Robillard <d@drobilla.net>
+// Copyright 2014-2022 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
#ifndef ZIX_BITSET_H
@@ -12,9 +12,8 @@
#include <stdint.h>
/**
- @addtogroup zix
- @{
- @name Bitset
+ @defgroup zix_bitset Bitset
+ @ingroup zix
@{
*/
@@ -77,7 +76,6 @@ zix_bitset_count_up_to_if(const ZixBitset* ZIX_NONNULL b,
/**
@}
- @}
*/
#endif /* ZIX_BITSET_H */