[rtems commit] doxygen: score: Added ScoreRWLock to Score group

Sebastian Huber sebh at rtems.org
Tue Apr 2 05:31:47 UTC 2019


Module:    rtems
Branch:    master
Commit:    058f63739414c066fd21b26f4c7e995d0c49e3b5
Changeset: http://git.rtems.org/rtems/commit/?id=058f63739414c066fd21b26f4c7e995d0c49e3b5

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Mon Apr  1 11:48:57 2019 +0200

doxygen: score: Added ScoreRWLock to Score group

Update #3706.

---

 cpukit/include/rtems/score/corerwlockimpl.h | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/cpukit/include/rtems/score/corerwlockimpl.h b/cpukit/include/rtems/score/corerwlockimpl.h
index 942e8c8..3c376c9 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
 
 /**



More information about the vc mailing list