summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/mqueue.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/posix/include/mqueue.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/posix/include/mqueue.h b/cpukit/posix/include/mqueue.h
index a35d94ccc4..0f937f5f2b 100644
--- a/cpukit/posix/include/mqueue.h
+++ b/cpukit/posix/include/mqueue.h
@@ -1,6 +1,8 @@
/**
- * @file mqueue.h
+ * @file
*
+ * @brief POSIX Message Queues
+ *
* This file contains the definitions related to POSIX Message Queues.
*
* The structure of the routines is identical to that of POSIX