From 555e429e34c2a325e262dbb9de157d60a08ca17d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Jun 2025 12:01:00 -0400 Subject: Consistently organize data structure documentation --- include/zix/tree.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include/zix/tree.h') diff --git a/include/zix/tree.h b/include/zix/tree.h index 2b3a0e3..7a223a5 100644 --- a/include/zix/tree.h +++ b/include/zix/tree.h @@ -20,7 +20,7 @@ ZIX_BEGIN_DECLS */ /** - @defgroup zix_tree_setup Setup + @defgroup zix_tree_types Types @{ */ @@ -36,6 +36,12 @@ typedef int (*ZixTreeCompareFunc)(const void* ZIX_UNSPECIFIED a, typedef void (*ZixTreeDestroyFunc)(void* ZIX_UNSPECIFIED ptr, const void* ZIX_UNSPECIFIED user_data); +/** + @} + @defgroup zix_tree_setup Setup + @{ +*/ + /// Create a new (empty) tree ZIX_API ZIX_NODISCARD ZixTree* ZIX_ALLOCATED zix_tree_new(ZixAllocator* ZIX_NULLABLE allocator, -- cgit v1.2.1