summaryrefslogtreecommitdiffstats
path: root/include/zix/allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/allocator.h')
-rw-r--r--include/zix/allocator.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/zix/allocator.h b/include/zix/allocator.h
index bcffda5..7a4f5ee 100644
--- a/include/zix/allocator.h
+++ b/include/zix/allocator.h
@@ -1,4 +1,4 @@
-// Copyright 2021 David Robillard <d@drobilla.net>
+// Copyright 2021-2022 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
#ifndef ZIX_ALLOCATOR_H
@@ -13,9 +13,8 @@ extern "C" {
#endif
/**
- @addtogroup zix
- @{
- @name Allocator
+ @defgroup zix_allocator Allocator
+ @ingroup zix
@{
*/
@@ -176,7 +175,6 @@ zix_aligned_free(ZixAllocator* const ZIX_NULLABLE allocator,
/**
@}
- @}
*/
#ifdef __cplusplus