[docs] Update formatting in mono-api-gchandle.
[mono.git] / mono / metadata / boehm-gc.c
index a9b0ed37a0b3988219907792b747d0a037850226..107022576d02563a69f22a4e2c76e193d77f5b5b 100644 (file)
@@ -1734,7 +1734,7 @@ mono_gchandle_new (MonoObject *obj, gboolean pinned)
  *
  * This returns a weak handle that wraps the object, this is used to
  * keep a reference to a managed object from the unmanaged world.
- * Unlike the mono_gchandle_new the object can be reclaimed by the
+ * Unlike the \c mono_gchandle_new the object can be reclaimed by the
  * garbage collector.  In this case the value of the GCHandle will be
  * set to zero.
  *