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!
|
1
|
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!
|
|||
|
|
|
|
Most of the boost documentation is built via doxygen. |
||
|
|
|
|
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. |
||||
|
|
|
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? |
||||
|