.wikiheaders-options 698 B

12345678910111213141516
  1. projectfullname = SDL
  2. projectshortname = SDL
  3. incsubdir = include
  4. wikisubdir =
  5. apiprefixregex = (SDL_|SDLK_|KMOD_|AUDIO_)
  6. mainincludefname = SDL.h
  7. versionfname = include/SDL_version.h
  8. versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z
  9. versionminorregex = \A\#define\s+SDL_MINOR_VERSION\s+(\d+)\Z
  10. versionpatchregex = \A\#define\s+SDL_PATCHLEVEL\s+(\d+)\Z
  11. selectheaderregex = \ASDL.*?\.h\Z
  12. projecturl = https://libsdl.org/
  13. wikiurl = https://wiki.libsdl.org
  14. bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
  15. warn_about_missing = 0
  16. wikipreamble = (This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)