
22 May
2005
22 May
'05
4:26 p.m.
On Sun, 22 May 2005 08:15:55 -0700, Stephen Lamb wrote
Not sure if this is intentional but http://www.boost.org/libs/regex/index.html is redirecting to http://www.boost.org/libs/regex/doc/index.html. It would be nice for users to eliminate the redirection and go directly to the correct page.
This is by design. It allows documentation to be in different places while the user only needs to remember 'libs/<libname>/' to access docs for a particular lib. For example, BoostBook docs wind up in 'doc/html/<libname>.html so it would be confusing without the redirect... Jeff