From 477c718744e24fc0dbe32f77502f4b96bdde07fd Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 8 Jun 2024 08:50:06 -0700 Subject: [PATCH] Added wiki-style documentation for SDL_JoystickGUID --- include/SDL_joystick.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h index 44529ede60..863a3c16ce 100644 --- a/include/SDL_joystick.h +++ b/include/SDL_joystick.h @@ -77,7 +77,11 @@ extern SDL_mutex *SDL_joystick_lock; struct _SDL_Joystick; typedef struct _SDL_Joystick SDL_Joystick; -/* A structure that encodes the stable unique id for a joystick device */ +/** + * A structure that encodes the stable unique id for a joystick device. + * + * This is just a standard SDL_GUID by a different name. + */ typedef SDL_GUID SDL_JoystickGUID; /**