From 07b1289cd4907aa3defe3fc600f3db1dcefcb719 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Oct 2022 12:30:41 -0400 Subject: Split reference documentation up into groups and add global header The "global" header just provides a convenient place to define the group structure of the library. Applications are better off using the individual headers, but this one will work fine if you don't care about build times or precise dependencies. --- include/zix/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zix/hash.h') diff --git a/include/zix/hash.h b/include/zix/hash.h index a5492a6..026662c 100644 --- a/include/zix/hash.h +++ b/include/zix/hash.h @@ -15,7 +15,7 @@ ZIX_BEGIN_DECLS /** @defgroup zix_hash Hash - @ingroup zix + @ingroup zix_data_structures @{ */ -- cgit v1.2.1