On Wednesday, 12 June 2013 at 21:34:31 UTC, Andrej Mitrovic wrote:
I thought doing this only for function definitions could make sense.
For declarations the user would have to do it manually.

Yeah, it'd still be somewhat imprecise though because bar() would also 'throw' whatever foo() can throw too. (And if foo() is private there may be no documentation to check, either.)

But it could still probably do a pretty good job, might be worth looking into.

Reply via email to