diff options
Diffstat (limited to 'include/zix/ring.h')
-rw-r--r-- | include/zix/ring.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/zix/ring.h b/include/zix/ring.h index 8100d2b..6fb78ac 100644 --- a/include/zix/ring.h +++ b/include/zix/ring.h @@ -15,9 +15,8 @@ extern "C" { #endif /** - @addtogroup zix - @{ - @name Ring + @defgroup zix_ring Ring + @ingroup zix @{ */ @@ -45,6 +44,8 @@ typedef struct { /** Create a new ring. + + @param allocator Allocator for the ring. @param size Size in bytes (note this may be rounded up). At most `size` - 1 bytes may be stored in the ring at once. @@ -205,7 +206,6 @@ zix_ring_commit_write(ZixRing* ZIX_NONNULL ring, /** @} - @} */ #ifdef __cplusplus |