summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-18 09:43:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:05 +0200
commit2463c100ccfb86d2bbc57ca86cccbe9db583a849 (patch)
tree15cb2626a9061be9c9fc4c081cf963ec59115e92 /cpukit
parentdoxygen: score: adjust doc in wkspace.h to doxygen guidelines (diff)
downloadrtems-2463c100ccfb86d2bbc57ca86cccbe9db583a849.tar.bz2
doxygen: score: adjust doc in muteximpl.h to doxygen guidelines
Update #3706.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/score/muteximpl.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/muteximpl.h b/cpukit/include/rtems/score/muteximpl.h
index 5fd4f5e8be..aac55faf03 100644
--- a/cpukit/include/rtems/score/muteximpl.h
+++ b/cpukit/include/rtems/score/muteximpl.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreAPIMutex
+ *
+ * @brief Structures for the implementation of mutexes.
+ */
+
/*
* Copyright (c) 2015, 2017 embedded brains GmbH. All rights reserved.
*
@@ -17,6 +25,12 @@
#include <rtems/score/threadqimpl.h>
+/**
+ * @addtogroup RTEMSScoreAPIMutex
+ *
+ * @{
+ */
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
@@ -34,4 +48,6 @@ typedef struct {
}
#endif /* __cplusplus */
+/** @} */
+
#endif /* _RTEMS_SCORE_MUTEXIMPL_H */