SFML community forums

General => General discussions => Topic started by: jimbob on August 10, 2012, 03:01:54 am

Title: SFML Documentation download
Post 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?
Title: Re: SFML Documentation download
Post by: binary1248 on August 10, 2012, 03:43:26 am
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.
Title: Re: SFML Documentation download
Post by: Nexus on August 10, 2012, 07:53:03 am
When you build SFML with CMake, you can choose an option to generate the documentation.