From b7927efc5a02275beffb0205fc514637b39391b1 Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Tue, 2 Apr 2019 12:06:30 +0200 Subject: doxygen: Added further groups to RTEMSAPI Update #3706. Associativity Routines, BSD Compatibility Support now part of RTEMSAPI --- cpukit/include/rtems/assoc.h | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'cpukit/include/rtems/assoc.h') diff --git a/cpukit/include/rtems/assoc.h b/cpukit/include/rtems/assoc.h index 97e50013d7..78cbdf6efe 100644 --- a/cpukit/include/rtems/assoc.h +++ b/cpukit/include/rtems/assoc.h @@ -1,21 +1,15 @@ /** * @file * - * @brief RTEMS Associativity Routines + * @ingroup RTEMSAPIAssociativity * - * RTEMS associativity routines. Mainly used to convert a value from - * one space to another (eg: our errno's to host errno's and vice-versa) + * @brief RTEMS Associativity Routines */ #ifndef _RTEMS_RTEMS_ASSOC_H #define _RTEMS_RTEMS_ASSOC_H -/** - * @defgroup Associativity Associativity Routines - */ -/**@{*/ - #include #include @@ -23,6 +17,17 @@ extern "C" { #endif +/** + * @defgroup RTEMSAPIAssociativity Associativity Routines + * + * @ingroup RTEMSAPI + * + * RTEMS associativity routines. Mainly used to convert a value from + * one space to another (eg: our errno's to host errno's and vice-versa) + * + * @{ + */ + typedef struct { const char *name; uint32_t local_value; @@ -197,8 +202,10 @@ size_t rtems_assoc_thread_states_to_string( size_t buffer_size ); +/** @} */ + #ifdef __cplusplus } #endif -/**@}*/ + #endif /* ! _RTEMS_RTEMS_ASSOC_H */ -- cgit v1.2.3