Ryan C. Gordon 751be263bf Updated a URL to point to github.com 4 роки тому
..
CHANGELOG.txt 751be263bf Updated a URL to point to github.com 3 роки тому
CREDITS.txt ac1ee1a3f2 Patched physfsrwops to compile against SDL 1.2 (thanks, Rob!). 8 роки тому
Doxyfile fed8e331a5 Make Doxygen ignore PHYSFS_DEPRECATED. 14 роки тому
INSTALL.txt 6421738346 Minor style fix in docs/INSTALL.txt 5 роки тому
README-API-documentation.txt 12b7a80640 Added some notes on API documentation. 8 роки тому
TODO.txt a65a7ed7a5 Updated TODO.txt 8 роки тому

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.