summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/apimutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/apimutex.h')
-rw-r--r--cpukit/include/rtems/score/apimutex.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/include/rtems/score/apimutex.h b/cpukit/include/rtems/score/apimutex.h
index f43edf23f4..a5aa2bf3c5 100644
--- a/cpukit/include/rtems/score/apimutex.h
+++ b/cpukit/include/rtems/score/apimutex.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ScoreAPIMutex
+ * @ingroup RTEMSScoreAPIMutex
*
* @brief API Mutex Handler API
*/
@@ -23,9 +23,9 @@
#include <sys/lock.h>
/**
- * @defgroup ScoreAPIMutex API Mutex Handler
+ * @defgroup RTEMSScoreAPIMutex API Mutex Handler
*
- * @ingroup Score
+ * @ingroup RTEMSScore
*
* @brief Provides routines to ensure mutual exclusion on API level.
*/
@@ -81,9 +81,9 @@ bool _API_Mutex_Is_owner( const API_Mutex_Control *mutex );
/** @} */
/**
- * @defgroup ScoreAllocatorMutex RTEMS Allocator Mutex
+ * @defgroup RTEMSScoreAllocatorMutex RTEMS Allocator Mutex
*
- * @ingroup ScoreAPIMutex
+ * @ingroup RTEMSScoreAPIMutex
*
* @brief Protection for all memory allocations and deallocations in RTEMS.
*