[docs] Enable documentation for utils.
[mono.git] / mono / utils / lock-free-array-queue.c
index 5e48558a0d94c438b9afd9db4994ce8c538b7002..2e892357b63377ff98bb516d26f56c4f6d2138a2 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * lock-free-array-queue.c: A lock-free somewhat-queue that doesn't
+/**
+ * \file
+ * A lock-free somewhat-queue that doesn't
  * require hazard pointers.
  *
  * (C) Copyright 2011 Xamarin Inc.