summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-08 09:11:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:03 +0200
commitd369903b0ec6655a17c7fc445718faf84edffc83 (patch)
treef7cfa7400580276649ff5b7dc732ada5ef3a89bd
parentdoxygen: score: adjust doc in coremsgimpl.h to doxygen guidelines (diff)
downloadrtems-d369903b0ec6655a17c7fc445718faf84edffc83.tar.bz2
doxygen: score: adjust doc in coremutex.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/coremutex.h17
1 files 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
}