On 6/12/13, Adam D. Ruppe <[email protected]> wrote:
> No easy way to do this automatically though because the compiler
> doesn't even know what a function can throw. You'd just have to
> do it manually.

Are you sure? A compiler can tell whether a function /can/ throw
(hence why nothrow works), so I assume it has information on where an
exception is thrown.

I think it'd be nice if we added this ability to ddoc, having to
manually do it often means the documentation being out of date.

Reply via email to