[exdoc] Handle punctuation better in code formatting.
[mono.git] / mono / mini / debug-mini.c
index 06f6cd7a6f7638929ed598c2741dc94c86e44e47..8c1a71e147fe75ddbeaae4af024179139d90d1fd 100644 (file)
@@ -653,11 +653,11 @@ print_var_info (MonoDebugVarInfo *info, int idx, const char *name, const char *t
  * mono_debug_print_locals:
  *
  * Prints to stdout the information about the local variables in
- * a method (if @only_arguments is false) or about the arguments.
+ * a method (if \p only_arguments is false) or about the arguments.
  * The information includes the storage info (where the variable 
  * lives, in a register or in memory).
  * The method is found by looking up what method has been emitted at
- * the instruction address @ip.
+ * the instruction address \p ip.
  * This is for use inside a debugger.
  */
 void