Ryan C. Gordon a163d30df3 Patched physfsrwops to compile against SDL 1.2 (thanks, Rob!). 7 år sedan
..
CHANGELOG.txt 0123dc34c1 HTTPS all the things. 9 år sedan
CREDITS.txt a163d30df3 Patched physfsrwops to compile against SDL 1.2 (thanks, Rob!). 7 år sedan
Doxyfile 3b8e9657bb Make Doxygen ignore PHYSFS_DEPRECATED. 13 år sedan
INSTALL.txt 78ce32b9f8 apple: Start using some Cocoa APIs, clean up a few related things. 7 år sedan
README-API-documentation.txt 0e71dc75e1 Added some notes on API documentation. 7 år sedan
TODO.txt 003a6a0898 Updated TODO.txt 7 år sedan

README-API-documentation.txt

The API documentation is readable in a few ways:

- Read physfs.h; it's _heavily_ documented and the primary source of reference
documentation for the library.
- Run Doxygen over the header, which produces nicer-to-browse documentation in
HTML, LaTeX, manpage, etc formats. This is done for you if Doxygen is
installed and you build the "docs" target in whatever project files CMake
generated for you.
- Too much trouble? We generated the HTML reference for you, online here:

https://icculus.org/physfs/docs/

- We would love well-written tutorials for the latest version of PhysicsFS!
If you write one, we would love to list it here. Drop me a line about it:
icculus@icculus.org ... Thanks!

--ryan.