Boost C++ Libraries: Ticket #9241: Boostbook is misreporting the return type of assignment operators https://svn.boost.org/trac10/ticket/9241 <p> Using doxygen with boostbook. A simple type like: </p> <blockquote> <p> struct S { </p> <blockquote> <p> detail::unspecified operator=(int) const; </p> </blockquote> <p> }; </p> </blockquote> <p> is getting emitted as having a return type of "S&amp;" instead of "unspecified", as it should. There seems to be some flaw in the logic in tools/boostbook/xsl/function.xsl, but I'm not XSL-savvy enough to fix it. </p> <p> I'm using doxygen 1.8.5, and boost trunk if it helps. I've confirmed that the problem is *not* doxygen. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9241 Trac 1.4.3 Daniel James Sat, 12 Oct 2013 02:10:25 GMT <link>https://svn.boost.org/trac10/ticket/9241#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9241#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/86252" title="Add assignment return to doxygen2boostbook. Refs #9241.">[86252]</a>) Add assignment return to doxygen2boostbook. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9241" title="#9241: Bugs: Boostbook is misreporting the return type of assignment operators (closed: fixed)">#9241</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Sat, 12 Oct 2013 02:17:02 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9241#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9241#comment:2</guid> <description> <p> Just confirmed the fix on trunk. Thanks for the speedy work! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sat, 16 Nov 2013 20:10:32 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9241#comment:3 https://svn.boost.org/trac10/ticket/9241#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/86725" title="Merge Boostbook. - Support some colour roles (thanks to Paul ...">[86725]</a>) Merge Boostbook. </p> <ul><li>Support some colour roles (thanks to Paul Bristow). </li><li>Support assignment return types in doxygen2boostbook. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9241" title="#9241: Bugs: Boostbook is misreporting the return type of assignment operators (closed: fixed)">#9241</a>. </li><li>Fix virtual methods in doxygen2boostbook. </li><li>Add newlines to doxygen2boostbook to make the output a tad more readable. </li><li>Improved last-revision handling. </li><li>Support noexcept and constexpr in doxygen2boostbook. </li><li>Improved boostbook for virtual and explicit methods from doxygen2boostbook. </li><li>Support <code>language="c++"</code> attribute for <code>code</code> and <code>programlisting</code> elements. </li><li>Use that to do syntax highlighting for doxygen2boostbook. </li></ul> Ticket