From 436f86e142265f746c6b761134e5259af9502048 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Fri, 4 Jan 2013 09:36:01 -0600 Subject: posix: Doxygen Clean Up Task #2 --- cpukit/posix/include/rtems/posix/semaphore.h | 32 +++++++++++----------------- 1 file changed, 13 insertions(+), 19 deletions(-) (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 d7263b3e72..031a511d70 100644 --- a/cpukit/posix/include/rtems/posix/semaphore.h +++ b/cpukit/posix/include/rtems/posix/semaphore.h @@ -1,5 +1,5 @@ /** - * @file rtems/posix/semaphore.h + * @file * * @brief Private Support Information for POSIX Semaphores * @@ -20,19 +20,14 @@ #define _RTEMS_POSIX_SEMAPHORE_H /** - * @defgroup POSIX_SEMAPHORES Semaphore - * - * @ingroup POSIX + * @addtogroup POSIX_SEMAPHORES + * + * @{ */ -/**@{*/ #ifdef __cplusplus extern "C" { #endif -/** - * @ingroup POSIX_SEMAPHORE - */ - #include #include #include @@ -147,25 +142,24 @@ int _POSIX_Semaphore_Create_support( ); /** - * @brief POSIX Delete Semaphore + * @brief POSIX delete a semaphore. * - * DESCRIPTION: + * DESCRIPTION: * - * This routine supports the sem_close and sem_unlink routines. + * This routine supports the sem_close and sem_unlink routines. */ void _POSIX_Semaphore_Delete( POSIX_Semaphore_Control *the_semaphore ); -/* - * @brief POSIX Semaphore Wait Support +/** + * @brief POSIX semaphore wait support. * - * DESCRIPTION: + * DESCRIPTION: * - * This routine supports the sem_wait, sem_trywait, and sem_timedwait - * services. + * This routine supports the sem_wait, sem_trywait, and sem_timedwait + * services. */ - int _POSIX_Semaphore_Wait_support( sem_t *sem, bool blocking, @@ -191,7 +185,7 @@ int _POSIX_Semaphore_Translate_core_semaphore_return_code( } #endif -/**@}*/ +/** @} */ #endif /* end of include file */ -- cgit v1.2.3