Skip to content

Commit 3752361

Browse files
committed
misc: Added changes to hidden files from SDL_remixer that I previously missed.
1 parent 05393fb commit 3752361

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ xcuserdata
2525
.vs
2626
.vscode
2727
Xcode/build.xcconfig
28+
cmake-build
29+
buildbot

.wikiheaders-options

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@ projectfullname = SDL_mixer
22
projectshortname = SDL_mixer
33
incsubdir = include/SDL3_mixer
44
wikisubdir = SDL3_mixer
5-
apiprefixregex = (Mix_|MIX_)
5+
apiprefixregex = MIX_
6+
apipropertyregex = \A\s*\#\s*define\s+MIX_PROP_
67
mainincludefname = SDL3_mixer/SDL_mixer.h
78
versionfname = include/SDL3_mixer/SDL_mixer.h
8-
versionmajorregex = \A\#define\s+SDL_MIXER_MAJOR_VERSION\s+(\d+)\Z
9-
versionminorregex = \A\#define\s+SDL_MIXER_MINOR_VERSION\s+(\d+)\Z
10-
versionmicroregex = \A\#define\s+SDL_MIXER_MICRO_VERSION\s+(\d+)\Z
9+
versionmajorregex = \A\#define\s+MIX_MAJOR_VERSION\s+(\d+)\Z
10+
versionminorregex = \A\#define\s+MIX_MINOR_VERSION\s+(\d+)\Z
11+
versionmicroregex = \A\#define\s+MIX_MICRO_VERSION\s+(\d+)\Z
1112
selectheaderregex = \ASDL_mixer\.h\Z
1213
projecturl = https://libsdl.org/projects/SDL_mixer
13-
wikiurl = https://wiki.libsdl.org/SDL_mixer
14+
wikiurl = https://wiki.libsdl.org/SDL3_mixer
1415
bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
16+
readmesubdir = docs
1517
warn_about_missing = 0
1618
wikipreamble = (This function is part of SDL_mixer, a separate library from SDL.)
1719
wikiheaderfiletext = Defined in [<SDL3_mixer/%fname%>](https://github.com/libsdl-org/SDL_mixer/blob/main/include/SDL3_mixer/%fname%)

0 commit comments

Comments
 (0)