summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rbheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rbheap.h')
-rw-r--r--cpukit/include/rtems/rbheap.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/cpukit/include/rtems/rbheap.h b/cpukit/include/rtems/rbheap.h
index d772c1a284..0db72ebf93 100644
--- a/cpukit/include/rtems/rbheap.h
+++ b/cpukit/include/rtems/rbheap.h
@@ -1,7 +1,9 @@
/**
* @file
*
- * @brief Red-Black Tree Heap API
+ * @ingroup RTEMSAPIRBHeap
+ *
+ * @brief This header file provides the Red-Black Tree Heap API.
*/
/*
@@ -30,11 +32,12 @@ extern "C" {
#endif
/**
- * @defgroup RBHeap Red-Black Tree Heap
+ * @defgroup RTEMSAPIRBHeap Red-Black Tree Heap
*
- * @ingroup RTEMSAPIClassic
+ * @ingroup RTEMSAPI
*
- * @brief Red-Black Tree Heap API.
+ * @brief The red-black tree heap provides a memory allocator using a red-black
+ * tree to maintain blocks of memory.
*
* The red-black tree heap provides a memory allocator suitable to implement
* the malloc() and free() interface. It uses a first-fit allocation strategy.