Re: wishlist: BOOST_NOEXCEPT and Doxygen
"Vicente J. Botet Escriba" <[email protected]> Thu, 03 Oct 2013 23:43:06 +0200
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
Le 03/10/13 17:54, Eric Niebler a écrit :
> It would be very cool if functions marked BOOST_NOEXCEPT in the source
> showed up as noexcept in the Doxygen-generated HTML.
>
Hi,
I don't know if you already use some predefined macros
project : requirements
#doxygen common parameters
<doxygen:param>"PREDEFINED=\"BOOST_XX_DOXYGEN_INVOKED=1\" \\
\"BOOST_CONSTEXPR=constexpr\""
...
;
HTH,
Vicente