.wikiheader-options: Treat SDL int types (Uint64, etc) as API prefixes.
Some checks are pending
Build (All) / Create test plan (push) Waiting to run
Build (All) / level1 (push) Blocked by required conditions
Build (All) / level2 (push) Blocked by required conditions

This makes any reference to them in the docs link to their wiki pages.
This commit is contained in:
Ryan C. Gordon 2024-11-01 23:47:32 -04:00
parent e001a309be
commit 615d2dcd5b
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -3,7 +3,7 @@ projectshortname = SDL
incsubdir = include/SDL3
wikisubdir =
readmesubdir = docs
apiprefixregex = (SDL_|SDLK_)
apiprefixregex = (SDL_|SDLK_|[US]int\d+)
mainincludefname = SDL3/SDL.h
versionfname = include/SDL3/SDL_version.h
versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z