summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/.wikiheaders-options
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
committer3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
commit8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch)
tree763389e42276035ac134d94eb1dc32293b88d807 /src/contrib/SDL-2.30.2/.wikiheaders-options
Initial commit.
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, 17 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/.wikiheaders-options b/src/contrib/SDL-2.30.2/.wikiheaders-options
new file mode 100644
index 0000000..634840e
--- /dev/null
+++ b/src/contrib/SDL-2.30.2/.wikiheaders-options
@@ -0,0 +1,17 @@
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.)