Avoid direct recursion when computing the exceptions of a method.
authorRodrigo Kumpera <kumpera@gmail.com>
Wed, 29 May 2013 00:03:52 +0000 (20:03 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 29 May 2013 00:05:37 +0000 (20:05 -0400)
commit04bf9add68f9ae443fc5befa11070d0d465f707e
tree7a22a847462f58680470136320b8f9533a70aa1a
parent5c9cedd328c00d289d4ec4460334c117c2ad4835
Avoid direct recursion when computing the exceptions of a method.

* exceptions.cs: When Filling the exceptions of a method make sure
to not recurse on the methods itself as this can lead to a stackoverflow.
mcs/tools/mdoc/Mono.Documentation/exceptions.cs