From b6766270e48e4008bc8097bcfdd06f990dcc4d69 Mon Sep 17 00:00:00 2001 From: Marcus Harrison Date: Tue, 7 Oct 2025 09:48:01 +0200 Subject: [PATCH] Make small improvement to SDL_PropertiesID documentation --- include/SDL3/SDL_properties.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_properties.h b/include/SDL3/SDL_properties.h index 0054e069e9e85..3b866f6dcf244 100644 --- a/include/SDL3/SDL_properties.h +++ b/include/SDL3/SDL_properties.h @@ -59,7 +59,11 @@ extern "C" { #endif /** - * SDL properties ID + * The SDL_PropertiesID is an ID for a properties group + * created with SDL_CreateProperties. + * + * See [CategoryProperties](CategoryProperties) for detailed + * usage information. * * \since This datatype is available since SDL 3.2.0. */