2022-11-22 17:48:33 +00:00
projectfullname = SDL
projectshortname = SDL
2023-01-25 00:42:03 +00:00
incsubdir = include/SDL3
2022-06-16 03:25:36 +00:00
wikisubdir =
2023-02-28 16:37:46 +00:00
readmesubdir = docs
2022-06-16 03:25:36 +00:00
apiprefixregex = (SDL_|SDLK_|KMOD_|AUDIO_)
2023-03-18 00:29:05 +00:00
mainincludefname = SDL3/SDL.h
2022-12-18 02:24:41 +00:00
versionfname = include/SDL3/SDL_version.h
2022-06-16 03:25:36 +00:00
versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z
versionminorregex = \A\#define\s+SDL_MINOR_VERSION\s+(\d+)\Z
versionpatchregex = \A\#define\s+SDL_PATCHLEVEL\s+(\d+)\Z
selectheaderregex = \ASDL.*?\.h\Z
projecturl = https://libsdl.org/
wikiurl = https://wiki.libsdl.org
bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
warn_about_missing = 0
2023-01-26 19:50:52 +00:00
wikipreamble = (This is the documentation for SDL3, which is under heavy development and the API is changing! [SDL2](https://wiki.libsdl.org/SDL2/) is the current stable version!)
2024-04-22 20:59:31 +00:00
wikiheaderfiletext = Defined in [%fname%](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/%fname%)
manpageheaderfiletext = Defined in %fname%