summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/.wikiheaders-options
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
committer3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
commit6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch)
tree34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-2.30.2/.wikiheaders-options
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-2.30.2/.wikiheaders-options')
-rw-r--r--src/contrib/SDL-2.30.2/.wikiheaders-options17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/contrib/SDL-2.30.2/.wikiheaders-options b/src/contrib/SDL-2.30.2/.wikiheaders-options
deleted file mode 100644
index 634840e..0000000
--- a/src/contrib/SDL-2.30.2/.wikiheaders-options
+++ /dev/null
@@ -1,17 +0,0 @@
1projectfullname = SDL2
2projectshortname = SDL2
3incsubdir = include
4wikisubdir = SDL2
5readmesubdir = docs
6apiprefixregex = (SDL_|SDLK_|KMOD_|AUDIO_)
7mainincludefname = SDL.h
8versionfname = include/SDL_version.h
9versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z
10versionminorregex = \A\#define\s+SDL_MINOR_VERSION\s+(\d+)\Z
11versionpatchregex = \A\#define\s+SDL_PATCHLEVEL\s+(\d+)\Z
12selectheaderregex = \ASDL.*?\.h\Z
13projecturl = https://libsdl.org/
14wikiurl = https://wiki.libsdl.org/SDL2
15bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
16warn_about_missing = 0
17wikipreamble = (This is the legacy documentation for stable SDL2, the current stable version; [SDL3](https://wiki.libsdl.org/SDL3/) is the current development version.)