On 17 May 2016 at 04:18, Rene Rivera
What went wrong?
Hmm.. To me it looks like ASIO has an incorrect redirect HTML file < https://github.com/boostorg/asio/blob/develop/index.html> (and it's always been that way). It also looks like the docs are not generated properly (missing images). Which could be from a variety of reasons.
Just looked into it, in the past the documentation was always built under doc/html, but because its location is now based on the target name it was being built in the wrong place. This is my fix: https://github.com/danieljames/asio/commit/6acd8f0a8d89c867cff7305cc9c4d5cce... Which tricks the toolset by setting a name property with the target directory. That's not ideal, it would be nice to have a proper way to specify the target build directory, but I'll go ahead with that if there isn't.