File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,5 @@ xcuserdata
2525.vs
2626.vscode
2727Xcode /build.xcconfig
28+ cmake-build
29+ buildbot
Original file line number Diff line number Diff line change @@ -2,16 +2,18 @@ projectfullname = SDL_mixer
22projectshortname = SDL_mixer
33incsubdir = include/SDL3_mixer
44wikisubdir = SDL3_mixer
5- apiprefixregex = (Mix_|MIX_)
5+ apiprefixregex = MIX_
6+ apipropertyregex = \A\s*\#\s*define\s+MIX_PROP_
67mainincludefname = SDL3_mixer/SDL_mixer.h
78versionfname = 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
1112selectheaderregex = \ASDL_mixer\.h\Z
1213projecturl = https://libsdl.org/projects/SDL_mixer
13- wikiurl = https://wiki.libsdl.org/SDL_mixer
14+ wikiurl = https://wiki.libsdl.org/SDL3_mixer
1415bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
16+ readmesubdir = docs
1517warn_about_missing = 0
1618wikipreamble = (This function is part of SDL_mixer, a separate library from SDL.)
1719wikiheaderfiletext = Defined in [<SDL3_mixer/%fname%>](https://github.com/libsdl-org/SDL_mixer/blob/main/include/SDL3_mixer/%fname%)
You can’t perform that action at this time.
0 commit comments