.wikiheaders-options 563 B

12345678910111213141516
  1. projectfullname = SDL_mixer
  2. projectshortname = SDL_mixer
  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