summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/apimutex.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/apimutex.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/apimutex.h b/cpukit/score/include/rtems/score/apimutex.h
index 4d44f5e3e8..a9351003fc 100644
--- a/cpukit/score/include/rtems/score/apimutex.h
+++ b/cpukit/score/include/rtems/score/apimutex.h
@@ -28,9 +28,8 @@ extern "C" {
* @ingroup Score
*
* @brief Provides routines to ensure mutual exclusion on API level.
- *
- * @{
*/
+/**@{**/
#include <rtems/score/coremutex.h>
#include <rtems/score/isr.h>
@@ -100,9 +99,8 @@ void _API_Mutex_Unlock( API_Mutex_Control *mutex );
* When the APIs all use this for allocation and deallocation protection, then
* this possibly should be renamed and moved to a higher level in the
* hierarchy.
- *
- * @{
*/
+/**@{**/
/**
* @brief Memory allocation mutex.