SFML community forums
General => General discussions => Topic started by: jimbob on August 10, 2012, 03:01:54 am
-
Hey I'm trying to find a download for SFML documentation. I have limited internet access that's why I need the download. Can someone help me out?
-
The documentation of SFML is in fact embedded in the code itself. All you need is doxygen (http://www.stack.nl/~dimitri/doxygen/index.html) to generate the HTML pages from the source and it will be available to you even when offline.
-
When you build SFML with CMake, you can choose an option to generate the documentation.