SDL_mixer: Sync SDL3_mixer wiki -> header (cccd5)

From cccd5f726570154ec1c09a9340afce87d9828c39 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 22 Dec 2025 05:31:04 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header

[ci skip]
---
 include/SDL3_mixer/SDL_mixer.h | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h
index cfb3604e..64049b6d 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -613,7 +613,9 @@ extern SDL_DECLSPEC MIX_Audio * SDLCALL MIX_LoadAudio(MIX_Mixer *mixer, const ch
  * LoadAudio functions do. This function uses properties to dictate how it
  * operates, and exposes functionality the other functions don't provide.
  *
- * SDL_PropertiesID are discussed in [SDL's documentation](https://wiki.libsdl.org/SDL3/CategoryProperties).
+ * SDL_PropertiesID are discussed in
+ * [SDL's documentation](https://wiki.libsdl.org/SDL3/CategoryProperties)
+ * .
  *
  * These are the supported properties:
  *
@@ -1622,7 +1624,9 @@ extern SDL_DECLSPEC Sint64 SDLCALL MIX_FramesToMS(int sample_rate, Sint64 frames
  * defaults, and specifying a 0 for `options` will choose defaults for
  * everything.
  *
- * SDL_PropertiesID are discussed in [SDL's documentation](https://wiki.libsdl.org/SDL3/CategoryProperties).
+ * SDL_PropertiesID are discussed in
+ * [SDL's documentation](https://wiki.libsdl.org/SDL3/CategoryProperties)
+ * .
  *
  * These are the supported properties:
  *
@@ -2926,7 +2930,9 @@ typedef struct MIX_AudioDecoder MIX_AudioDecoder;
  * etc. In most cases, the caller should pass a zero to specify no extra
  * properties.
  *
- * SDL_PropertiesID are discussed in [SDL's documentation](https://wiki.libsdl.org/SDL3/CategoryProperties).
+ * SDL_PropertiesID are discussed in
+ * [SDL's documentation](https://wiki.libsdl.org/SDL3/CategoryProperties)
+ * .
  *
  * When done with the audio decoder, it can be destroyed with
  * MIX_DestroyAudioDecoder().