Boost C++ Libraries: Ticket #5243: Support doxygen <ref> elements in passthrough mode. https://svn.boost.org/trac10/ticket/5243 <p> A patch for this was attached to <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3309" title="#3309: Bugs: Passthrough mode in doxygen2boostbook is not pass-through and ignores ... (closed: fixed)">#3309</a>, but I didn't apply it because doxygen seems to automatically mark words as <code>&lt;ref&gt;</code> and often gets it wrong. The change might be appropriate if that can be suppressed. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5243 Trac 1.4.3 Steven Watanabe Tue, 05 Apr 2011 21:55:42 GMT <link>https://svn.boost.org/trac10/ticket/5243#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5243#comment:1</guid> <description> <p> Just noticed this ticket. I partially implemented this in <a class="changeset" href="https://svn.boost.org/trac10/changeset/70863" title="Handle more Doxygen elements: tparam, ref (for classes only), Modify ...">[70863]</a>. (i.e. it works for classes and member functions. I'll deal with the rest after I get doxygen 1.7.4. doxygen 1.7.3 has some issues generating links to global functions and enums.). Do you have an example of what it gets wrong? Doxygen itself does have a mechanism to suppress automatic linking (using '%'). Do you think that's sufficient? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Tue, 05 Apr 2011 23:22:10 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5243#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5243#comment:2</guid> <description> <p> In this page (from 1.45, it's a bit odd with in 1.46): </p> <p> <a href="http://www.boost.org/doc/libs/1_45_0/doc/html/boost/interprocess/adaptive_pool.html">http://www.boost.org/doc/libs/1_45_0/doc/html/boost/interprocess/adaptive_pool.html</a> </p> <p> Doxygen was incorrectly linking every use of the word 'allocator' to a class called <code>allocator</code>. It look like this was fixed in Doxygen 1.6.2: <a class="ext-link" href="https://bugzilla.gnome.org/show_bug.cgi?id=594787"><span class="icon">​</span>https://bugzilla.gnome.org/show_bug.cgi?id=594787</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Sat, 18 Jun 2011 10:59:33 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/5243#comment:3 https://svn.boost.org/trac10/ticket/5243#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Steven Watanabe</span> </li> </ul> <p> Assigning this to Steven since he said he'll deal with.... </p> Ticket