mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 10:53:27 +08:00
.wikiheader-options: Treat SDL int types (Uint64, etc) as API prefixes.
This makes any reference to them in the docs link to their wiki pages.
This commit is contained in:
parent
e001a309be
commit
615d2dcd5b
@ -3,7 +3,7 @@ projectshortname = SDL
|
|||||||
incsubdir = include/SDL3
|
incsubdir = include/SDL3
|
||||||
wikisubdir =
|
wikisubdir =
|
||||||
readmesubdir = docs
|
readmesubdir = docs
|
||||||
apiprefixregex = (SDL_|SDLK_)
|
apiprefixregex = (SDL_|SDLK_|[US]int\d+)
|
||||||
mainincludefname = SDL3/SDL.h
|
mainincludefname = SDL3/SDL.h
|
||||||
versionfname = include/SDL3/SDL_version.h
|
versionfname = include/SDL3/SDL_version.h
|
||||||
versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z
|
versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z
|
||||||
|
Loading…
Reference in New Issue
Block a user