Boost C++ Libraries: Ticket #8551: Doxygen: Support for C++11 constexpr and noxcept https://svn.boost.org/trac10/ticket/8551 <p> While generating the doc with doxygen, noexcept is not documented </p> <p> C() noexcept; </p> <p> gives </p> <p> C(); </p> <p> Could this be managed? </p> <p> In addition constexpr is not highlighted. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8551 Trac 1.4.3 viboes Mon, 06 May 2013 17:55:39 GMT summary changed https://svn.boost.org/trac10/ticket/8551#comment:1 https://svn.boost.org/trac10/ticket/8551#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">Doxygen: Support for C++11 constexpr and nexcept</span> → <span class="trac-field-new">Doxygen: Support for C++11 constexpr and noxcept</span> </li> </ul> Ticket Matias Capeletto Mon, 02 Feb 2015 16:38:21 GMT owner changed https://svn.boost.org/trac10/ticket/8551#comment:2 https://svn.boost.org/trac10/ticket/8551#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Daniel James</span> </li> </ul> Ticket Daniel James Thu, 05 Feb 2015 09:06:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8551#comment:3 https://svn.boost.org/trac10/ticket/8551#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> I think this is done: </p> <ul><li><a class="ext-link" href="https://github.com/boostorg/boostbook/commit/78ba0b7b6eb71ab75a6987651fdd7f07644999a6"><span class="icon">​</span>https://github.com/boostorg/boostbook/commit/78ba0b7b6eb71ab75a6987651fdd7f07644999a6</a> </li><li><a class="ext-link" href="https://github.com/boostorg/boostbook/commit/885ed7e8c7769e8bd5e4f7a15336fa9b871e0b15"><span class="icon">​</span>https://github.com/boostorg/boostbook/commit/885ed7e8c7769e8bd5e4f7a15336fa9b871e0b15</a> </li></ul> Ticket