[PATCH 44/98] doxygen: score: adjust doc in rbtreeimpl.h to doxygen guidelines
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue May 7 05:39:49 UTC 2019
From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
---
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
More information about the devel
mailing list