Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-05-03 03:27:33 +00:00
parent 0e0bb22f79
commit ab5b904890
2 changed files with 10 additions and 7 deletions

View File

@@ -41,16 +41,17 @@ extern "C" {
/** /**
* The level of assertion aggressiveness. * The level of assertion aggressiveness.
* *
* This value changes depending on compiler options and other * This value changes depending on compiler options and other preprocessor
* preprocessor defines. * defines.
* *
* It is currently one of the following values, but future SDL * It is currently one of the following values, but future SDL releases might
* releases might add more: * add more:
* *
* - 0: All SDL assertion macros are disabled. * - 0: All SDL assertion macros are disabled.
* - 1: Release settings: SDL_assert disabled, SDL_assert_release enabled. * - 1: Release settings: SDL_assert disabled, SDL_assert_release enabled.
* - 2: Debug settings: SDL_assert and SDL_assert_release enabled. * - 2: Debug settings: SDL_assert and SDL_assert_release enabled.
* - 3: Paranoid settings: All SDL assertion macros enabled, including SDL_assert_paranoid. * - 3: Paranoid settings: All SDL assertion macros enabled, including
* SDL_assert_paranoid.
* *
* \since This macro is available since SDL 3.0.0. * \since This macro is available since SDL 3.0.0.
*/ */

View File

@@ -86,7 +86,8 @@ typedef enum SDL_TimeFormat
/* Global date/time properties. */ /* Global date/time properties. */
/** /**
* The SDL_DateFormat to use as the preferred date display format for the current system locale. * The SDL_DateFormat to use as the preferred date display format for the
* current system locale.
* *
* \since This macro is available since SDL 3.0.0. * \since This macro is available since SDL 3.0.0.
* *
@@ -95,7 +96,8 @@ typedef enum SDL_TimeFormat
#define SDL_PROP_GLOBAL_SYSTEM_DATE_FORMAT_NUMBER "SDL.time.date_format" #define SDL_PROP_GLOBAL_SYSTEM_DATE_FORMAT_NUMBER "SDL.time.date_format"
/** /**
* The SDL_TimeFormat to use as the preferred time display format for the current system locale. * The SDL_TimeFormat to use as the preferred time display format for the
* current system locale.
* *
* \since This macro is available since SDL 3.0.0. * \since This macro is available since SDL 3.0.0.
* *