summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/rbheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/rbheap.c')
-rw-r--r--cpukit/sapi/src/rbheap.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/sapi/src/rbheap.c b/cpukit/sapi/src/rbheap.c
index 46de7346c3..be25536909 100644
--- a/cpukit/sapi/src/rbheap.c
+++ b/cpukit/sapi/src/rbheap.c
@@ -1,9 +1,12 @@
/**
* @file
*
- * @ingroup RBHeap
+ * @ingroup RTEMSAPIRBHeap
*
- * @brief Red-Black Tree Heap implementation.
+ * @brief This source file contains the implementation of
+ * rtems_rbheap_allocate(), rtems_rbheap_extend_descriptors_never(),
+ * rtems_rbheap_extend_descriptors_with_malloc(), rtems_rbheap_free(), and
+ * rtems_rbheap_initialize().
*/
/*