SDL: Sync SDL3 wiki -> header (69ee1)

From 69ee186a1e3168e232108f8764a3024d56dc2f80 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 15 Apr 2024 16:56:12 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_clipboard.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/SDL3/SDL_clipboard.h b/include/SDL3/SDL_clipboard.h
index 7bdbc7e90586c..b082666b3915f 100644
--- a/include/SDL3/SDL_clipboard.h
+++ b/include/SDL3/SDL_clipboard.h
@@ -222,6 +222,7 @@ extern DECLSPEC int SDLCALL SDL_ClearClipboardData(void);
  *
  * \since This function is available since SDL 3.0.0.
  *
+ * \sa SDL_HasClipboardData
  * \sa SDL_SetClipboardData
  */
 extern DECLSPEC void *SDLCALL SDL_GetClipboardData(const char *mime_type, size_t *size);