include: Add \since to all documentation that was missing it.

This commit is contained in:
Ryan C. Gordon
2024-04-11 13:34:29 -04:00
parent db39de7f63
commit 0df988389c
33 changed files with 330 additions and 0 deletions

View File

@@ -72,6 +72,8 @@ extern "C" {
* ```
*
* There are macros to query these bits.
*
* \since This datatype is available since SDL 3.0.0.
*/
typedef Uint16 SDL_AudioFormat;
@@ -140,6 +142,8 @@ typedef Uint16 SDL_AudioFormat;
/**
* SDL Audio Device instance IDs.
*
* \since This datatype is available since SDL 3.0.0.
*/
typedef Uint32 SDL_AudioDeviceID;