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
No known key found for this signature in database
GPG key ID: FA148B892AB48044
33 changed files with 330 additions and 0 deletions
include/SDL3

View file

@ -448,6 +448,8 @@ typedef enum SDL_PixelFormatEnum
/**
* The color type
*
* \since This enum is available since SDL 3.0.0.
*/
typedef enum SDL_ColorType
{
@ -459,6 +461,8 @@ typedef enum SDL_ColorType
/**
* The color range, as described by
* https://www.itu.int/rec/R-REC-BT.2100-2-201807-I/en
*
* \since This enum is available since SDL 3.0.0.
*/
typedef enum SDL_ColorRange
{
@ -470,6 +474,8 @@ typedef enum SDL_ColorRange
/**
* The color primaries, as described by
* https://www.itu.int/rec/T-REC-H.273-201612-S/en
*
* \since This enum is available since SDL 3.0.0.
*/
typedef enum SDL_ColorPrimaries
{
@ -492,6 +498,8 @@ typedef enum SDL_ColorPrimaries
/**
* The transfer characteristics, as described by
* https://www.itu.int/rec/T-REC-H.273-201612-S/en
*
* \since This enum is available since SDL 3.0.0.
*/
typedef enum SDL_TransferCharacteristics
{
@ -519,6 +527,8 @@ typedef enum SDL_TransferCharacteristics
/**
* The matrix coefficients, as described by
* https://www.itu.int/rec/T-REC-H.273-201612-S/en
*
* \since This enum is available since SDL 3.0.0.
*/
typedef enum SDL_MatrixCoefficients
{
@ -541,6 +551,8 @@ typedef enum SDL_MatrixCoefficients
/**
* The chroma sample location
*
* \since This enum is available since SDL 3.0.0.
*/
typedef enum SDL_ChromaLocation
{