From: Andreas Dachsberger <[email protected]>
---
cpukit/include/rtems/score/rbtreeimpl.h | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/cpukit/include/rtems/score/rbtreeimpl.h
b/cpukit/include/rtems/score/rbtreeimpl.h
index a6d1a059da..1b5b539bb5 100644
--- a/cpukit/include/rtems/score/rbtreeimpl.h
+++ b/cpukit/include/rtems/score/rbtreeimpl.h
@@ -1,6 +1,8 @@
/**
* @file
*
+ * @ingroup RTEMSScoreRBTree
+ *
* @brief Inlined Routines Associated with Red-Black Trees
*
* This include file contains the bodies of the routines which are
@@ -30,8 +32,9 @@ extern "C" {
/**
* @addtogroup RTEMSScoreRBTree
+ *
+ * @{
*/
-/**@{**/
/**
* @brief Red-black tree visitor.
@@ -52,9 +55,9 @@ typedef bool (*RBTree_Visitor)(
/**
* @brief Red-black tree iteration.
*
- * @param[in] rbtree The red-black tree.
- * @param[in] visitor The visitor.
- * @param[in] visitor_arg The visitor argument.
+ * @param rbtree The red-black tree.
+ * @param visitor The visitor.
+ * @param visitor_arg The visitor argument.
*/
void _RBTree_Iterate(
const RBTree_Control *rbtree,
--
2.16.4
_______________________________________________
devel mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/devel