From: Andreas Dachsberger <andreas.dachsber...@embedded-brains.de>

---
 cpukit/include/rtems/score/coremutex.h | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/cpukit/include/rtems/score/coremutex.h 
b/cpukit/include/rtems/score/coremutex.h
index 447eafb913..7d3d831c1f 100644
--- a/cpukit/include/rtems/score/coremutex.h
+++ b/cpukit/include/rtems/score/coremutex.h
@@ -1,6 +1,8 @@
 /**
  * @file
  *
+ * @ingroup RTEMSScoreMutex
+ *
  * @brief CORE Mutex API
  *
  * This include file contains all the constants and structures associated with
@@ -34,14 +36,17 @@ extern "C" {
 #endif
 
 /**
- *  @defgroup RTEMSScoreMutex Mutex Handler
+ * @defgroup RTEMSScoreMutex Mutex Handler
+ *
+ * @ingroup RTEMSScore
+ *
+ * @brief Mutex Handler
  *
- *  @ingroup RTEMSScore
+ * This handler encapsulates functionality which provides the foundation
+ * Mutex services used in all of the APIs supported by RTEMS.
  *
- *  This handler encapsulates functionality which provides the foundation
- *  Mutex services used in all of the APIs supported by RTEMS.
+ * @{
  */
-/**@{*/
 
 /**
  *  @brief Control block used to manage each mutex.
@@ -94,7 +99,7 @@ typedef struct {
 #endif
 } CORE_ceiling_mutex_Control;
 
-/**@}*/
+/** @} */
 
 #ifdef __cplusplus
 }
-- 
2.16.4

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to