Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Doxygen documentation for the Boost libraries? [closed]

Is there doxygen documentation of the Boost libraries somewhere on the web?

I could create my own, but I think it should already exist somewhere on the web? Thanks!

like image 211
Frank Avatar asked Feb 25 '09 04:02

Frank


1 Answers

There's a few sets of documentation.

The documentation for the current version of boost can be found on the web at the link below (with specific, older versions linked on the right-hand side).

http://www.boost.org/doc/libs/

If you're after a downloadable version of the HTML documentation, then it's also contained in the boost distribution which you can download from the website. Open up the index.html file in the libs directory in your favourite browser.

Personally, I'd quite like a CHM file of the whole lot, but it seems these must be manually generated (boost don't provide them) with Doxygen and hhc.exe on Windows (which I don't use), so would appreciate any info on getting up-to-date CHMs of boost documentation.

like image 146
drfrogsplat Avatar answered Oct 18 '22 16:10

drfrogsplat