summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/corerwlockimpl.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-01 11:48:57 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 07:29:32 +0200
commit058f63739414c066fd21b26f4c7e995d0c49e3b5 (patch)
tree6351a4547627f9cef74d605c039a900b010c8ce3 /cpukit/include/rtems/score/corerwlockimpl.h
parentdoxygen: Added groups to IO library (diff)
downloadrtems-058f63739414c066fd21b26f4c7e995d0c49e3b5.tar.bz2
doxygen: score: Added ScoreRWLock to Score group
Update #3706.
Diffstat (limited to 'cpukit/include/rtems/score/corerwlockimpl.h')
-rw-r--r--cpukit/include/rtems/score/corerwlockimpl.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/cpukit/include/rtems/score/corerwlockimpl.h b/cpukit/include/rtems/score/corerwlockimpl.h
index 942e8c8d75..3c376c9793 100644
--- a/cpukit/include/rtems/score/corerwlockimpl.h
+++ b/cpukit/include/rtems/score/corerwlockimpl.h
@@ -25,15 +25,19 @@
#include <rtems/score/threadqimpl.h>
#include <rtems/score/watchdog.h>
+/**
+ * @defgroup ScoreRWLock ScoreRWLock
+ *
+ * @ingroup Score
+ *
+ * @brief ScoreRWLock
+ */
+/** @{ */
+
#ifdef __cplusplus
extern "C" {
#endif
-/**
- * @addtogroup ScoreRWLock
- */
-/**@{**/
-
#define CORE_RWLOCK_TQ_OPERATIONS &_Thread_queue_Operations_FIFO
/**