Merge pull request #4327 from vkargov/vk-abcremedy
[mono.git] / mono / mini / abcremoval.c
index 7555c36141e700ea37d579120a4909deb1efb418..c5d5f4dfb34f92459d610fb9ee02032010067340 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * abcremoval.c: Array bounds check removal
+/**
+ * \file
+ * Array bounds check removal
  *
  * Author:
  *   Massimiliano Mantione (massi@ximian.com)
@@ -1242,7 +1243,7 @@ type_to_value_kind (MonoType *type)
 
 /**
  * mono_perform_abc_removal:
- * @cfg: Control Flow Graph
+ * \param cfg Control Flow Graph
  *
  * Performs the ABC removal from a cfg in SSA form.
  * It does the following: