Opened 15 years ago

Closed 13 years ago

#1771 closed Bugs (fixed)

Statechart TOC mangled.

Reported by: John Maddock Owned by: Andreas Huber
Milestone: Boost 1.36.0 Component: statechart
Version: Boost 1.35.0 Severity: Problem
Keywords: Cc: ahd6974-spamboostorgtrap@…

Description

The content of the statechart TOC has been mangled at http://www.boost.org/doc/libs/1_35_0/libs/statechart/doc/index.html compared to the original content at say: http://svn.boost.org/svn/boost/branches/release/libs/statechart/doc/index.html

Is there a fix possible?

Cheers, John.

Change History (2)

comment:1 by René Rivera, 14 years ago

Component: websitestatechart
Owner: changed from René Rivera to Andreas Huber

This would be a hard one to fix on the web site as the TOC menus are CSS driven. And that CSS assumes that each TOC entry is fully a link. Which is the best it can do given that CSS is stateless. But this is easy to fix on the docs themselves with a minor structural adjustment, of placing TOC items individually like:

  • Overview
    • Supported platforms
    • Getting started
    • Audience
  • Tutorial
    • English PDF
    • Japanese PDF
  • UML to Boost.Statechart mapping summary
  • Frequently Asked Questions (FAQs)
  • Configuration
  • Definitions
  • Reference
    • English PDF
  • Rationale
    • English PDF
  • Performance
  • Acknowledgments
  • To-do list
  • Change history

comment:2 by Andreas Huber, 13 years ago

Resolution: fixed
Status: newclosed

The TOC of the current version (1.42) looks ok to me.

Note: See TracTickets for help on using tickets.