X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fexceptions-sparc.c;h=f7010b13f88e4873928d655ee63ddb576e9a7b28;hb=3478b0aa86b50db14d8cd90bf19dae27f5df100b;hp=1cb7ac667f2aa8dbd999b7cdbfc05a014d654c9c;hpb=dce440103609eb368b2f86a3081bc7428e54078f;p=mono.git diff --git a/mono/mini/exceptions-sparc.c b/mono/mini/exceptions-sparc.c index 1cb7ac667f2..f7010b13f88 100644 --- a/mono/mini/exceptions-sparc.c +++ b/mono/mini/exceptions-sparc.c @@ -221,8 +221,7 @@ get_throw_exception (gboolean rethrow) /** * mono_arch_get_throw_exception: - * - * Returns a function pointer which can be used to raise exceptions. + * \returns a function pointer which can be used to raise exceptions. * The returned function has the following * signature: void (*func) (MonoException *exc); */ @@ -268,8 +267,7 @@ mono_arch_get_rethrow_exception (MonoTrampInfo **info, gboolean aot) /** * mono_arch_get_throw_corlib_exception: - * - * Returns a function pointer which can be used to raise + * \returns a function pointer which can be used to raise * corlib exceptions. The returned function has the following * signature: void (*func) (guint32 ex_token, guint32 offset); * Here, offset is the offset which needs to be substracted from the caller IP