From a0e6c73850390b97a1f620173fa78802440d2168 Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Thu, 13 Dec 2012 20:51:15 -0500 Subject: posix: Doxygen enhancement task #4 http://www.google-melange.com/gci/task/view/google/gci2012/7955219 --- cpukit/posix/include/rtems/posix/key.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/include/rtems/posix/key.h') diff --git a/cpukit/posix/include/rtems/posix/key.h b/cpukit/posix/include/rtems/posix/key.h index e056d8d89a..ce4f093b13 100644 --- a/cpukit/posix/include/rtems/posix/key.h +++ b/cpukit/posix/include/rtems/posix/key.h @@ -19,6 +19,12 @@ #include +/** + * @defgroup POSIX_KEY Key + * + * @ingroup POSIX + */ +/**@{*/ #ifdef __cplusplus extern "C" { #endif @@ -45,7 +51,7 @@ typedef struct { POSIX_EXTERN Objects_Information _POSIX_Keys_Information; /** - * @brief _POSIX_Keys_Manager_initialization + * @brief POSIX Keys Manager Initialization * * This routine performs the initialization necessary for this manager. */ @@ -95,6 +101,6 @@ RTEMS_INLINE_ROUTINE void _POSIX_Keys_Free ( #ifdef __cplusplus } #endif - +/**@}*/ #endif /* end of include file */ -- cgit v1.2.3