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!
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!
The definitive Boost documentation are the docs available at boost.org. They tend to be quite good for most libraries.
What specific library is it that the docs are not sufficient for?
The Boost libraries have quite a bit of template code and preprocessor macros. Doxygen does not understand templates or macros very well. I would stick to the standard boost documentation.