summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/chain.h')
-rw-r--r--cpukit/include/rtems/chain.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/cpukit/include/rtems/chain.h b/cpukit/include/rtems/chain.h
index 25ea0b23b7..03177834a9 100644
--- a/cpukit/include/rtems/chain.h
+++ b/cpukit/include/rtems/chain.h
@@ -1,7 +1,9 @@
/**
* @file
*
- * @brief Chain API
+ * @ingroup RTEMSAPIClassicChains
+ *
+ * @brief This header file provides the Chains API.
*/
/*
@@ -26,13 +28,15 @@ extern "C" {
#endif
/**
- * @defgroup ClassicChains Chains
+ * @defgroup RTEMSAPIClassicChains Chains
*
* @ingroup RTEMSAPIClassic
*
- * @brief Chain API
+ * @brief The chain container provides data structures and directives to manage
+ * user-defined data structures in doubly-linked lists.
+ *
+ * @{
*/
-/**@{**/
typedef Chain_Node rtems_chain_node;