[mini] Document mini_parse_debug_option.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 8 Jan 2016 17:35:09 +0000 (18:35 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 8 Jan 2016 17:36:14 +0000 (18:36 +0100)
mono/mini/mini-runtime.c

index 7bd111d26323e164a09d378956f2786c173a76ad..c26cc91073ab8106f6f559ceeac70bf796456f0d 100644 (file)
@@ -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)
 {