[docs] Update formatting in mono-api-internal.
[mono.git] / mono / metadata / loader.c
index 67576b90bf0d2d24ba9734c4c6e6a309db50cbb4..6476c23269ac2256c84b323a727d335929653b36 100644 (file)
@@ -2261,7 +2261,7 @@ static gboolean loader_lock_track_ownership = FALSE;
 /**
  * mono_loader_lock:
  *
- * See docs/thread-safety.txt for the locking strategy.
+ * See \c docs/thread-safety.txt for the locking strategy.
  */
 void
 mono_loader_lock (void)
@@ -2272,6 +2272,9 @@ mono_loader_lock (void)
        }
 }
 
+/**
+ * mono_loader_unlock:
+ */
 void
 mono_loader_unlock (void)
 {