summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutex.c
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-16 08:38:02 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-16 08:38:02 -0500
commit810ecf05af45f50b9650a7156a98f7058f656570 (patch)
tree289bd747b3bf3d658dd51b9090d69da4b03c196c /cpukit/posix/src/mutex.c
parentposix: Doxygen Enhancement Task #2 (diff)
downloadrtems-810ecf05af45f50b9650a7156a98f7058f656570.tar.bz2
posix: Doxygen Enhancement Task #7
http://www.google-melange.com/gci/task/view/google/gci2012/7958218
Diffstat (limited to 'cpukit/posix/src/mutex.c')
-rw-r--r--cpukit/posix/src/mutex.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/mutex.c b/cpukit/posix/src/mutex.c
index fd9fed3f77..c6026e08d7 100644
--- a/cpukit/posix/src/mutex.c
+++ b/cpukit/posix/src/mutex.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief POSIX Mutex Manager Initialization
+ * @ingroup POSIX_MUTEX POSIX Mutex Support
+ */
+
/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).