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. */