
24 Aug
2004
24 Aug
'04
8:19 p.m.
On Aug 24, 2004, at 2:51 PM, Thorsten Ottosen wrote:
Hi,
When I link to the documentation of other libraries, would I have to use full address
http://www.boost.org/doc/html/ref.html
or can I simply do
../../lib-name/index.html ?
You should probably use ../../../doc/html/lib-name.html; it'll be resolved properly when documentation is available, and there should be forwarding HTML documents from there to the online documentation for each library. Doug