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/bitset.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include/zix/bitset.h') 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 +// Copyright 2014-2022 David Robillard // SPDX-License-Identifier: ISC #ifndef ZIX_BITSET_H @@ -12,9 +12,8 @@ #include /** - @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 */ -- cgit v1.2.1