summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/semaphore.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-15 15:41:05 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-15 15:41:05 -0500
commiteb08acf9031f7ac05745468427d2c8478c542ff2 (patch)
treeb93e5ce233072dd12a53f5a47db80c0bd1680f65 /cpukit/posix/include/rtems/posix/semaphore.h
parentposix: Doxygen Enhancement Task #5 (diff)
downloadrtems-eb08acf9031f7ac05745468427d2c8478c542ff2.tar.bz2
posix: Doxygen Enhancement Task #8
http://www.google-melange.com/gci/task/view/google/gci2012/8003213
Diffstat (limited to 'cpukit/posix/include/rtems/posix/semaphore.h')
-rw-r--r--cpukit/posix/include/rtems/posix/semaphore.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h
index 378b284c42..08ace7684f 100644
--- a/cpukit/posix/include/rtems/posix/semaphore.h
+++ b/cpukit/posix/include/rtems/posix/semaphore.h
@@ -17,6 +17,12 @@
#ifndef _RTEMS_POSIX_SEMAPHORE_H
#define _RTEMS_POSIX_SEMAPHORE_H
+/**
+ * @defgroup POSIX_SEMAPHORES Semaphore
+ *
+ * @ingroup POSIX
+ */
+/**@{*/
#ifdef __cplusplus
extern "C" {
#endif
@@ -150,7 +156,7 @@ void _POSIX_Semaphore_Delete(
);
/*
- * _POSIX_Semaphore_Wait_support
+ * @brief POSIX Semaphore Wait Support
*
* DESCRIPTION:
*