Subject: [Boost-bugs] [Boost C++ Libraries] #9241: Boostbook is misreporting the return type of assignment operators
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-11 22:38:31
#9241: Boostbook is misreporting the return type of assignment operators
------------------------------+---------------------------
Reporter: eric_niebler | Owner: danieljames
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------
Using doxygen with boostbook. A simple type like:
struct S
{
detail::unspecified operator=(int) const;
};
is getting emitted as having a return type of "S&" 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.
I'm using doxygen 1.8.5, and boost trunk if it helps. I've confirmed that
the problem is *not* doxygen.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9241> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC