diff --git a/include/SDL3/SDL_filesystem.h b/include/SDL3/SDL_filesystem.h index 6b72c0a87b..17f4872a3c 100644 --- a/include/SDL3/SDL_filesystem.h +++ b/include/SDL3/SDL_filesystem.h @@ -237,6 +237,8 @@ typedef enum SDL_Folder * folder, or NULL if an error happened. * * \since This function is available since SDL 3.0.0. + * + * \sa SDL_Folder */ extern DECLSPEC char *SDLCALL SDL_GetUserFolder(SDL_Folder folder);