Re: wishlist: BOOST_NOEXCEPT and Doxygen
Daniel James <[email protected]> Sat, 12 Oct 2013 21:21:07 +0100
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3ycyC1qkuiGD9vnMP0duPDm-kiiy9K7iAhQ3Z1AUyzQ60A@mail.gmail.com> |
On 5 October 2013 10:24, Daniel James <[email protected]> wrote: > On 5 October 2013 01:52, Eric Niebler <[email protected]> wrote: >> >> Defining a predefined doxygen macro doesn't seem to have the desired >> effect. Maybe doxygen is dropping the noexcept on the floor. I'll >> investigate. > > It's in 'argslist', same as '= default' and '= delete', so probably > just need to do the same thing that they do. > > But the current solution isn't great. For example, it marks 'foo(int > value = default_value)' as being '= default'. So what really needs to > happen is that the code which handles it should be extracted into a > single template (i.e. function) and changed to only look at things > after the final ')'. Not too hard, but a bit tedious which xsl. If you > create a ticket I will get to it, but right now, I have other things. I've just checked support into trunk.