.wikiheaders-options 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. projectfullname = PhysicsFS
  2. projectshortname = physfs
  3. incsubdir = src
  4. wikisubdir =
  5. #readmesubdir = docs
  6. apiprefixregex = PHYSFS_
  7. mainincludefname = physfs.h
  8. versionfname = src/physfs.h
  9. versionmajorregex = \A\#define\s+PHYSFS_VER_MAJOR\s+(\d+)\Z
  10. versionminorregex = \A\#define\s+PHYSFS_VER_MINOR\s+(\d+)\Z
  11. versionmicroregex = \A\#define\s+PHYSFS_VER_PATCH\s+(\d+)\Z
  12. #apipropertyregex = \A\s*\#\s*define\s+SDL_PROP_
  13. selectheaderregex = \Aphysfs\.h\Z
  14. wikidocsectionsym = PHYSFS_WIKI_DOCUMENTATION_SECTION
  15. forceinlinesym = PHYSFS_FORCE_INLINE
  16. deprecatedsym = PHYSFS_DEPRECATED
  17. declspecsym = PHYSFS_DECL
  18. callconvsym = PHYSFS_CALL
  19. projecturl = https://icculus.org/physfs/
  20. wikiurl = https://wiki.libsdl.org/
  21. bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
  22. warn_about_missing = 0
  23. #wikipreamble = (This is the documentation for SDL3, which is the current stable version. [SDL2](https://wiki.libsdl.org/SDL2/) was the previous version!)
  24. wikiheaderfiletext = Defined in [<%fname%>](https://github.com/icculus/physfs/blob/main/src/%fname%)
  25. manpageheaderfiletext = Defined in %fname%
  26. #manpagesymbolfilterregex = \A[US]int\d+\Z
  27. # All SDL_test_* headers become undefined categories, everything else just converts like SDL_audio.h -> Audio
  28. # A handful of others we fix up in the header itself with /* WIKI CATEGORY: x */ comments.
  29. #headercategoryeval = s/\ASDL_test_?.*?\.h\Z//; s/\ASDL_?(.*?)\.h\Z/$1/; ucfirst();
  30. quickrefenabled = 1
  31. quickrefcategoryorder = PhysicsFS
  32. quickreftitle = PhysicsFS API Quick Reference
  33. quickrefurl = https://icculus.org/physfs/
  34. quickrefdesc = The latest version of this document can be found at https://wiki.icculus.org/PhysicsFS3/QuickReference
  35. #quickrefmacroregex = \A(SDL_PLATFORM_.*|SDL_.*_INTRINSICS|SDL_Atomic...Ref|SDL_assert.*?|SDL_COMPILE_TIME_ASSERT|SDL_arraysize|SDL_Swap[BL]E\d\d|SDL_[a-z]+_cast)\Z
  36. envvarenabled = 0