Re: wishlist: BOOST_NOEXCEPT and Doxygen

Daniel James <[email protected]> Sat, 5 Oct 2013 10:24:47 +0100
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <CAHOE3ydV2KU+615a8aoZgOUbwjUrSR-zfO1WpusYMchAojCiOQ@mail.gmail.com>
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.