mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
include: Add \since to all documentation that was missing it.
This commit is contained in:
@@ -39,11 +39,15 @@ extern "C" {
|
||||
|
||||
/**
|
||||
* SDL properties ID
|
||||
*
|
||||
* \since This datatype is available since SDL 3.0.0.
|
||||
*/
|
||||
typedef Uint32 SDL_PropertiesID;
|
||||
|
||||
/**
|
||||
* SDL property type
|
||||
*
|
||||
* \since This enum is available since SDL 3.0.0.
|
||||
*/
|
||||
typedef enum SDL_PropertyType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user