summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/rbtreeimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/rbtreeimpl.h')
-rw-r--r--cpukit/include/rtems/score/rbtreeimpl.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/cpukit/include/rtems/score/rbtreeimpl.h b/cpukit/include/rtems/score/rbtreeimpl.h
index 1b5b539bb5..597c24d771 100644
--- a/cpukit/include/rtems/score/rbtreeimpl.h
+++ b/cpukit/include/rtems/score/rbtreeimpl.h
@@ -3,14 +3,8 @@
*
* @ingroup RTEMSScoreRBTree
*
- * @brief Inlined Routines Associated with Red-Black Trees
- *
- * This include file contains the bodies of the routines which are
- * associated with Red-Black Trees and inlined.
- *
- * @note The routines in this file are ordered from simple
- * to complex. No other RBTree Handler routine is referenced
- * unless it has already been defined.
+ * @brief This header file provides interfaces of the
+ * @ref RTEMSScoreRBTree which are only used by the implementation.
*/
/*