Merge pull request #5567 from kumpera/fix_59334
[mono.git] / mono / mini / ssa.c
index edff87644956c3c015169abaa865990bc83cb74f..b4dc2bf65d4e55b4d5df07fb3649668f7b9cfc88 100644 (file)
@@ -160,9 +160,8 @@ typedef struct {
 
 /**
  * mono_ssa_rename_vars:
- *
- *  Implement renaming of SSA variables. Also compute def-use information in parallel.
- * @stack_history points to an area of memory which can be used for storing changes 
+ * Implement renaming of SSA variables. Also compute def-use information in parallel.
+ * \p stack_history points to an area of memory which can be used for storing changes 
  * made to the stack, so they can be reverted later.
  */
 static void