[mini] Document mini_parse_debug_option.
[mono.git] / 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)
 {