From 0e6db371e8211120639142ede187f55e9251c5ca Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 25 May 2024 22:55:38 -0400 Subject: [PATCH] pen: Make the `\since` field in SDL_PenCapabilityFlags match everything else. --- include/SDL3/SDL_pen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_pen.h b/include/SDL3/SDL_pen.h index 6e54b6651b..65eb0c6865 100644 --- a/include/SDL3/SDL_pen.h +++ b/include/SDL3/SDL_pen.h @@ -110,7 +110,7 @@ typedef enum SDL_PenAxis /** * Pen capabilities reported by SDL_GetPenCapabilities. * - * \since This typedef is available since SDL 3.0.0 + * \since This datatype is available since SDL 3.0.0. */ typedef Uint64 SDL_PenCapabilityFlags;