From eb08acf9031f7ac05745468427d2c8478c542ff2 Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Sat, 15 Dec 2012 15:41:05 -0500 Subject: posix: Doxygen Enhancement Task #8 http://www.google-melange.com/gci/task/view/google/gci2012/8003213 --- cpukit/posix/include/rtems/posix/semaphore.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cpukit/posix/include/rtems/posix/semaphore.h') 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: * -- cgit v1.2.3