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/hash.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'include/zix/hash.h') diff --git a/include/zix/hash.h b/include/zix/hash.h index a0146de..c1521e0 100644 --- a/include/zix/hash.h +++ b/include/zix/hash.h @@ -1,4 +1,4 @@ -// Copyright 2011-2021 David Robillard +// Copyright 2011-2022 David Robillard // SPDX-License-Identifier: ISC #ifndef ZIX_HASH_H @@ -16,9 +16,8 @@ extern "C" { #endif /** - @addtogroup zix - @{ - @name Hash + @defgroup zix_hash Hash + @ingroup zix @{ */ @@ -115,6 +114,7 @@ typedef struct { /** Create a new hash table. + @param allocator Allocator used for the internal array. @param key_func A function to retrieve the key from a record. @param hash_func The key hashing function. @param equal_func A function to test keys for equality. @@ -319,7 +319,6 @@ zix_hash_find_record(const ZixHash* ZIX_NONNULL hash, /** @} - @} */ #ifdef __cplusplus -- cgit v1.2.1