Merge pull request #5190 from alexrp/profiler-roots-deprecation
[mono.git] / mono / metadata / w32semaphore-win32.c
index bd6bdc97e8e3fcc7d749d0464a758e30e559e846..ca4ec59b439a98aa00bc78b040584f9ceaea26e9 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * w32semaphore-win32.c: Runtime support for managed Semaphore on Win32
+/**
+ * \file
+ * Runtime support for managed Semaphore on Win32
  *
  * Author:
  *     Ludovic Henry (luhenry@microsoft.com)
@@ -47,4 +48,4 @@ ves_icall_System_Threading_Semaphore_OpenSemaphore_internal (MonoString *name, g
        *error = GetLastError ();
 
        return sem;
-}
\ No newline at end of file
+}