Fix comments

This commit is contained in:
Sylvain
2023-06-22 15:42:51 +02:00
committed by Sylvain Becker
parent 4339113072
commit 627165a2b2
5 changed files with 11 additions and 0 deletions

View File

@@ -221,9 +221,12 @@ typedef enum
*
* If NULL is returned, the error may be obtained with SDL_GetError().
*
* \param folder The type of folder to find
* \returns Either a null-terminated C string containing the full path to the
* 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_GetPath(SDL_Folder folder);