Opened 11 years ago

Closed 11 years ago

#6206 closed Bugs (fixed)

Boost 1.48 docs glitch: navigation to boost.pool documentation is broken

Reported by: anonymous Owned by: Matias Capeletto
Milestone: To Be Determined Component: Documentation
Version: Boost 1.48.0 Severity: Problem
Keywords: Cc:

Description

PROBLEM DESCRIPTION: boost_1_48_0/libs/libraries.htm contains a hyperlink "pool/doc/index.html" to the boost.pool library documentation. No index.html (auto redirection to the html subdirectory) exists in the specified directory, but there is one in in the pool/ directory (one level up).

HOW TO REPEAT:

  1. Download boost 1.48 7z source distribution (probably other formats are affected, too).
  2. Unzip it.
  3. cd boost_1_48_0
  4. open/start index.html (depending on OS: MACOSX / Win32)
  5. Go in browser to library documentation by category
  6. Try to navigate to boost.pool documentation (auto-redirection to pool/doc/html/index.html is broken)

COMMENT: By looking over the hyperlinks to various boost libraries, there seems to be no common recipe how this should be done. Each library seems to enter its documentation structure at a slightly different level. Therefore, there exist at least 3-4 possibilities for this hyperlink from the overview page.

Change History (1)

comment:1 by anonymous, 11 years ago

Resolution: fixed
Status: newclosed

This was fixed in trunk in [75543], and on the website in [75706].

Note: See TracTickets for help on using tickets.