From 4c4576cd6e5d3dbf1fe584300cede2286bf1d49a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 6 Dec 2025 10:25:40 +0100 Subject: Document in which version everything was added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libj2.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libj2.h') diff --git a/libj2.h b/libj2.h index 4130c97..bb4832b 100644 --- a/libj2.h +++ b/libj2.h @@ -25,11 +25,15 @@ /** * The number of bits in an `uintmax_t` + * + * @since 1.0 */ #define LIBJ2_JU_BIT ((unsigned)CHAR_BIT * (unsigned)sizeof(uintmax_t)) /** * The number of bits in an `struct libj2_j2u` + * + * @since 1.0 */ #define LIBJ2_J2U_BIT (2U * LIBJ2_JU_BIT) @@ -38,6 +42,8 @@ * Unsigned double-maximum precision integer * * If `uintmax_t` is a 64-bit type, this `struct` is a 128-bit type + * + * @since 1.0 */ struct libj2_j2u { /** @@ -58,6 +64,8 @@ struct libj2_j2u { * Use by some functions for which prediction * is costly in edge cases, and thus stopped * as soon as such an edge case is detected + * + * @since 1.0 */ enum libj2_overflow { /** -- cgit v1.2.3-70-g09d2