Add \since docs where missing and resets some to 3.0.0

- remove a \returns
This commit is contained in:
Sylvain 2023-02-12 20:39:22 +01:00 committed by Sylvain Becker
parent 3d93b07d5b
commit 81c94a165c
10 changed files with 54 additions and 12 deletions

View file

@ -186,6 +186,10 @@ extern __inline void SDL_CompilerBarrier(void);
* \since This function is available since SDL 3.0.0.
*/
extern DECLSPEC void SDLCALL SDL_MemoryBarrierReleaseFunction(void);
/*
* \since This function is available since SDL 3.0.0.
*/
extern DECLSPEC void SDLCALL SDL_MemoryBarrierAcquireFunction(void);
#if defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))