summaryrefslogtreecommitdiffstats
path: root/include/zix/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/hash.h')
-rw-r--r--include/zix/hash.h9
1 files changed, 4 insertions, 5 deletions
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 <d@drobilla.net>
+// Copyright 2011-2022 David Robillard <d@drobilla.net>
// 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