summaryrefslogtreecommitdiffstats
path: root/include/zix/ring.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-06-07 12:01:00 -0400
committerDavid Robillard <d@drobilla.net>2025-06-07 12:01:00 -0400
commit555e429e34c2a325e262dbb9de157d60a08ca17d (patch)
treed2b4381be4b81a3abd70429f71587432123c233e /include/zix/ring.h
parent94efd15ff9fdfaeab42dbfca9f3a2aa1f2f40d46 (diff)
downloadzix-555e429e34c2a325e262dbb9de157d60a08ca17d.tar.gz
zix-555e429e34c2a325e262dbb9de157d60a08ca17d.tar.bz2
zix-555e429e34c2a325e262dbb9de157d60a08ca17d.zip
Consistently organize data structure documentation
Diffstat (limited to 'include/zix/ring.h')
-rw-r--r--include/zix/ring.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/zix/ring.h b/include/zix/ring.h
index d4a1ef2..4431658 100644
--- a/include/zix/ring.h
+++ b/include/zix/ring.h
@@ -19,7 +19,7 @@ ZIX_BEGIN_DECLS
*/
/**
- @defgroup zix_ring_setup Setup
+ @defgroup zix_ring_types Types
@{
*/
@@ -32,6 +32,12 @@ ZIX_BEGIN_DECLS
typedef struct ZixRingImpl ZixRing;
/**
+ @}
+ @defgroup zix_ring_setup Setup
+ @{
+*/
+
+/**
Create a new ring.
@param allocator Allocator for the ring object and its array.