summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/rbheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/include/rtems/rbheap.h')
-rw-r--r--cpukit/sapi/include/rtems/rbheap.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpukit/sapi/include/rtems/rbheap.h b/cpukit/sapi/include/rtems/rbheap.h
index 835be5a624..22a6cf08f3 100644
--- a/cpukit/sapi/include/rtems/rbheap.h
+++ b/cpukit/sapi/include/rtems/rbheap.h
@@ -1,8 +1,6 @@
/**
* @file
*
- * @ingroup RBHeap
- *
* @brief Red-Black Tree Heap API
*/
@@ -34,6 +32,8 @@ extern "C" {
/**
* @defgroup RBHeap Red-Black Tree Heap
*
+ * @ingroup ClassicRTEMS
+ *
* @brief Red-Black Tree Heap API.
*
* The red-black tree heap provides a memory allocator suitable to implement
@@ -45,9 +45,8 @@ extern "C" {
* by other tasks. The allocated and free memory parts of the managed area are
* called chunks. Each chunk needs a descriptor which is stored outside of the
* managed area.
- *
- * @{
*/
+/**@{*/
/**
* @brief Red-black heap chunk descriptor.