Boost C++ Libraries: Ticket #1218: Boostbook error when generating documentation for a member typedef with a description https://svn.boost.org/trac10/ticket/1218 <p> The boostbook stylesheets don't generate documentation for a typedef member of a class, so if a typedef has a description it generates a link, but nothing to link to. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1218 Trac 1.4.3 Daniel James Mon, 27 Aug 2007 22:21:13 GMT attachment set https://svn.boost.org/trac10/ticket/1218 https://svn.boost.org/trac10/ticket/1218 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">typedef-test.xml</span> </li> </ul> <p> Small boostbook example which causes the error. </p> Ticket Daniel James Mon, 27 Aug 2007 22:29:59 GMT attachment set https://svn.boost.org/trac10/ticket/1218 https://svn.boost.org/trac10/ticket/1218 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">typedef.patch</span> </li> </ul> <p> A quick hack that I'm using to get it working - but it generates the typedef documentation on a new page when it should be inline. I might try to do it properly in the future if no one else has the time. </p> Ticket Daniel James Wed, 03 Oct 2007 21:28:28 GMT owner changed https://svn.boost.org/trac10/ticket/1218#comment:1 https://svn.boost.org/trac10/ticket/1218#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Daniel James</span> </li> </ul> <p> I've just looked into this, and it looks like my patch is actually correct, it's meant to create a new page for the typedef - like it does for enums. I'll ask on the documentation list about checking this in. </p> Ticket Daniel James Wed, 03 Oct 2007 21:38:52 GMT type changed https://svn.boost.org/trac10/ticket/1218#comment:2 https://svn.boost.org/trac10/ticket/1218#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket Daniel James Fri, 05 Oct 2007 16:57:43 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1218#comment:3 https://svn.boost.org/trac10/ticket/1218#comment:3 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/39711" title="Generate documentation for typedef members of classes. Fixes #1218. ">[39711]</a>) Generate documentation for typedef members of classes. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1218" title="#1218: Patches: Boostbook error when generating documentation for a member typedef ... (closed: fixed)">#1218</a>. </p> Ticket