I'm trying to document that a function does not throw.
I've used
\throw nothing
or
\throw nothrow
but that isn't right according to the syntax - there should be an exception and then some text like "never".
(and not providing both causes trouble with Boost.Quickbook using Doxygen which treats the text as an exception name, and spurious warnings etc)
What can I put to meet the syntax? Or should I request a new feature "\throw nothrow" to be accepted?
Log in to post a comment.
I'm trying to document that a function does not throw.
I've used
\throw nothing
or
\throw nothrow
but that isn't right according to the syntax - there should be an exception and then some text like "never".
(and not providing both causes trouble with Boost.Quickbook using Doxygen which treats the text as an exception name, and spurious warnings etc)
What can I put to meet the syntax? Or should I request a new feature "\throw nothrow" to be accepted?