From 2457338cf852f59ca8e64784433898a7216ef6bc Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 8 Jan 2016 18:35:09 +0100 Subject: [PATCH] [mini] Document mini_parse_debug_option. --- mono/mini/mini-runtime.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mono/mini/mini-runtime.c b/mono/mini/mini-runtime.c index 7bd111d2632..c26cc91073a 100644 --- a/mono/mini/mini-runtime.c +++ b/mono/mini/mini-runtime.c @@ -3072,6 +3072,14 @@ mono_get_delegate_virtual_invoke_impl (MonoMethodSignature *sig, MonoMethod *met return cache [idx]; } +/** + * mini_parse_debug_option: + * @option: The option to parse. + * + * Parses debug options for the mono runtime. The options are the same as for + * the MONO_DEBUG environment variable. + * + */ gboolean mini_parse_debug_option (const char *option) { -- 2.11.4.GIT