From 26b475662ccee9a8c388fd61d540674a9bd4163d Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 26 Sep 2024 23:20:50 -0700
Subject: [PATCH] Fixed some \since entries in SDL_ttf.h
---
include/SDL3_ttf/SDL_ttf.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index af278ffe..d7ab59f5 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -249,7 +249,7 @@ extern SDL_DECLSPEC TTF_Font * SDLCALL TTF_OpenFontWithProperties(SDL_Properties
*
* \threadsafety It is safe to call this function from any thread.
*
- * \since This function is available since SDL 3.0.0.
+ * \since This function is available since SDL_ttf 3.0.0.
*/
extern SDL_DECLSPEC SDL_PropertiesID SDLCALL TTF_GetFontProperties(TTF_Font *font);
@@ -438,7 +438,7 @@ extern SDL_DECLSPEC void SDLCALL TTF_SetFontHinting(TTF_Font *font, int hinting)
/**
* The horizontal alignment used when rendering wrapped text.
*
- * \since This enum is available since SDL 3.0.0.
+ * \since This enum is available since SDL_ttf 3.0.0.
*/
typedef enum TTF_HorizontalAlignment
{
@@ -1288,6 +1288,8 @@ extern SDL_DECLSPEC bool TTF_GetFontSDF(const TTF_Font *font);
/**
* Direction flags
*
+ * \since This enum is available since SDL_ttf 3.0.0.
+ *
* \sa TTF_SetFontDirection
*/
typedef enum TTF_Direction