singe/thirdparty/SDL2_mixer/.wikiheaders-options
2023-10-23 19:38:18 -05:00

16 lines
694 B
Text

projectfullname = SDL_mixer
projectshortname = SDL_mixer
incsubdir = include
wikisubdir = SDL_mixer
apiprefixregex = (Mix_|MIX_)
mainincludefname = SDL_mixer.h
versionfname = include/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
versionpatchregex = \A\#define\s+SDL_MIXER_PATCHLEVEL\s+(\d+)\Z
selectheaderregex = \ASDL_mixer\.h\Z
projecturl = https://libsdl.org/projects/SDL_mixer
wikiurl = https://wiki.libsdl.org/SDL_mixer
bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
warn_about_missing = 1
wikipreamble = (This function is part of SDL_mixer, a separate library from SDL.)