Boost C++ Libraries: Ticket #1771: Statechart TOC mangled. https://svn.boost.org/trac10/ticket/1771 <p> The content of the statechart TOC has been mangled at <a href="http://www.boost.org/doc/libs/1_35_0/libs/statechart/doc/index.html">http://www.boost.org/doc/libs/1_35_0/libs/statechart/doc/index.html</a> compared to the original content at say: <a class="ext-link" href="http://svn.boost.org/svn/boost/branches/release/libs/statechart/doc/index.html"><span class="icon">​</span>http://svn.boost.org/svn/boost/branches/release/libs/statechart/doc/index.html</a> </p> <p> Is there a fix possible? </p> <p> Cheers, John. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1771 Trac 1.4.3 René Rivera Fri, 20 Jun 2008 03:40:16 GMT owner, component changed https://svn.boost.org/trac10/ticket/1771#comment:1 https://svn.boost.org/trac10/ticket/1771#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">René Rivera</span> to <span class="trac-author">Andreas Huber</span> </li> <li><strong>component</strong> <span class="trac-field-old">website</span> → <span class="trac-field-new">statechart</span> </li> </ul> <p> 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: </p> <ul><li>Overview <ul><li>Supported platforms </li><li>Getting started </li><li>Audience </li></ul></li><li>Tutorial <ul><li>English PDF </li><li>Japanese PDF </li></ul></li><li>UML to Boost.Statechart mapping summary </li><li>Frequently Asked Questions (FAQs) </li><li>Configuration </li><li>Definitions </li><li>Reference <ul><li>English PDF </li></ul></li><li>Rationale <ul><li>English PDF </li></ul></li><li>Performance </li><li>Acknowledgments </li><li>To-do list </li><li>Change history </li></ul> Ticket Andreas Huber Sun, 04 Apr 2010 09:13:39 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1771#comment:2 https://svn.boost.org/trac10/ticket/1771#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> The TOC of the current version (1.42) looks ok to me. </p> Ticket