summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/prioritybitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/prioritybitmap.h')
-rw-r--r--cpukit/score/include/rtems/score/prioritybitmap.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/prioritybitmap.h b/cpukit/score/include/rtems/score/prioritybitmap.h
index 4a9966cef7..8e8f21ce34 100644
--- a/cpukit/score/include/rtems/score/prioritybitmap.h
+++ b/cpukit/score/include/rtems/score/prioritybitmap.h
@@ -1,6 +1,8 @@
/**
* @file rtems/score/prioritybitmap.h
*
+ * @brief Manipulation Routines for the Bitmap Priority Queue Implementation
+ *
* This include file contains all thread priority manipulation routines for
* the bit map priority queue implementation.
*/
@@ -18,8 +20,9 @@
#define _RTEMS_SCORE_PRIORITYBITMAP_H
/**
- * @addtogroup ScorePriority
+ * @defgroup ScorePriorityBitmap Bitmap Priority Thread Routines
*
+ * @ingroup Score
*/
/**@{*/
@@ -86,7 +89,7 @@ typedef struct {
*
* @param[in] _bit_number is the bit number for which we need a mask
*
- * @return the priority bit mask
+ * @retval the priority bit mask
*
* @note This may simply be a pass through to a CPU dependent implementation.
*/
@@ -100,7 +103,7 @@ typedef struct {
*
* @param[in] _priority is the priority for which we need the index.
*
- * @return This method returns the array index into the priority bit map.
+ * @retval This method returns the array index into the priority bit map.
*
* @note This may simply be a pass through to a CPU dependent implementation.
*/