summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/include/rtems/chain.h')
-rw-r--r--cpukit/sapi/include/rtems/chain.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/cpukit/sapi/include/rtems/chain.h b/cpukit/sapi/include/rtems/chain.h
index 12d6e3b536..41b3154a11 100644
--- a/cpukit/sapi/include/rtems/chain.h
+++ b/cpukit/sapi/include/rtems/chain.h
@@ -1,9 +1,7 @@
/**
* @file
- *
- * @ingroup ClassicChains
- *
- * @brief Chain API.
+ *
+ * @brief Chain API
*/
/*
@@ -33,10 +31,9 @@ extern "C" {
*
* @ingroup ClassicRTEMS
*
- * @brief Chain API.
- *
- * @{
+ * @brief Chain API
*/
+/**@{**/
typedef Chain_Node rtems_chain_node;
@@ -60,9 +57,8 @@ typedef Chain_Control rtems_chain_control;
/**
* @addtogroup ClassicChains
- *
- * @{
*/
+/**@{**/
/**
* @brief Appends the @a node to the @a chain and sends the @a events to the