X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fexceptions-sparc.c;h=f7010b13f88e4873928d655ee63ddb576e9a7b28;hb=7cec5b71231cfc136d6d70428370b3f7e0465051;hp=77510a7f934de0d832dd20fca39c687f19c4d1de;hpb=372145ed24d6fbbcdab2ff50f0d75a7bbf73e31f;p=mono.git diff --git a/mono/mini/exceptions-sparc.c b/mono/mini/exceptions-sparc.c index 77510a7f934..f7010b13f88 100644 --- a/mono/mini/exceptions-sparc.c +++ b/mono/mini/exceptions-sparc.c @@ -1,5 +1,6 @@ -/* - * exceptions-sparc.c: exception support for sparc +/** + * \file + * exception support for sparc * * Authors: * Mark Crichton (crichton@gimp.org) @@ -220,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); */ @@ -267,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