Skip to content

Commit 52c2c4d

Browse files
committed
Make small improvement to SDL_PropertiesID documentation
1 parent e9c7cfb commit 52c2c4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

include/SDL3/SDL_properties.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ extern "C" {
5959
#endif
6060

6161
/**
62-
* SDL properties ID
62+
* The SDL_PropertiesID is an ID for a properties group
63+
* created with SDL_CreateProperties.
64+
*
65+
* See [CategoryProperties](CategoryProperties) for detailed
66+
* usage information.
6367
*
6468
* \since This datatype is available since SDL 3.2.0.
6569
*/

0 commit comments

Comments
 (0)