Skip to content

Commit

Permalink
Tweak android path functions comment tag \sa
Browse files Browse the repository at this point in the history
  • Loading branch information
Sackzement authored and slouken committed Oct 20, 2024
1 parent a6536a9 commit 4b54e32
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion include/SDL3/SDL_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_SendAndroidBackButton(void);
*
* \since This function is available since SDL 3.0.0.
*
* \sa SDL_GetAndroidExternalStorageState
* \sa SDL_GetAndroidExternalStoragePath
* \sa SDL_GetAndroidCachePath
*/
extern SDL_DECLSPEC const char * SDLCALL SDL_GetAndroidInternalStoragePath(void);

Expand Down Expand Up @@ -440,6 +441,8 @@ extern SDL_DECLSPEC Uint32 SDLCALL SDL_GetAndroidExternalStorageState(void);
* \since This function is available since SDL 3.0.0.
*
* \sa SDL_GetAndroidExternalStorageState
* \sa SDL_GetAndroidInternalStoragePath
* \sa SDL_GetAndroidCachePath
*/
extern SDL_DECLSPEC const char * SDLCALL SDL_GetAndroidExternalStoragePath(void);

Expand All @@ -459,6 +462,9 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_GetAndroidExternalStoragePath(void)
* on failure; call SDL_GetError() for more information.
*
* \since This function is available since SDL 3.0.0.
*
* \sa SDL_GetAndroidInternalStoragePath
* \sa SDL_GetAndroidExternalStoragePath
*/
extern SDL_DECLSPEC const char * SDLCALL SDL_GetAndroidCachePath(void);

Expand Down

0 comments on commit 4b54e32

Please sign in to comment.