SDL_mixer: misc: Added changes to hidden files from SDL_remixer that I previously missed.

From 37523619766f6ef4dea09f3761c1f49a5bf8fb19 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Wed, 23 Jul 2025 20:12:58 -0400
Subject: [PATCH] misc: Added changes to hidden files from SDL_remixer that I
 previously missed.

---
 .gitignore           |  2 ++
 .wikiheaders-options | 12 +++++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index b121de87c..5a30b6af8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@ xcuserdata
 .vs
 .vscode
 Xcode/build.xcconfig
+cmake-build
+buildbot
diff --git a/.wikiheaders-options b/.wikiheaders-options
index 914a89528..0690e714f 100644
--- a/.wikiheaders-options
+++ b/.wikiheaders-options
@@ -2,16 +2,18 @@ projectfullname = SDL_mixer
 projectshortname = SDL_mixer
 incsubdir = include/SDL3_mixer
 wikisubdir = SDL3_mixer
-apiprefixregex = (Mix_|MIX_)
+apiprefixregex = MIX_
+apipropertyregex = \A\s*\#\s*define\s+MIX_PROP_
 mainincludefname = SDL3_mixer/SDL_mixer.h
 versionfname = include/SDL3_mixer/SDL_mixer.h
-versionmajorregex = \A\#define\s+SDL_MIXER_MAJOR_VERSION\s+(\d+)\Z
-versionminorregex = \A\#define\s+SDL_MIXER_MINOR_VERSION\s+(\d+)\Z
-versionmicroregex = \A\#define\s+SDL_MIXER_MICRO_VERSION\s+(\d+)\Z
+versionmajorregex = \A\#define\s+MIX_MAJOR_VERSION\s+(\d+)\Z
+versionminorregex = \A\#define\s+MIX_MINOR_VERSION\s+(\d+)\Z
+versionmicroregex = \A\#define\s+MIX_MICRO_VERSION\s+(\d+)\Z
 selectheaderregex = \ASDL_mixer\.h\Z
 projecturl = https://libsdl.org/projects/SDL_mixer
-wikiurl = https://wiki.libsdl.org/SDL_mixer
+wikiurl = https://wiki.libsdl.org/SDL3_mixer
 bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
+readmesubdir = docs
 warn_about_missing = 0
 wikipreamble = (This function is part of SDL_mixer, a separate library from SDL.)
 wikiheaderfiletext = Defined in [<SDL3_mixer/%fname%>](https://github.com/libsdl-org/SDL_mixer/blob/main/include/SDL3_mixer/%fname%)