summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-10 11:06:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:04 +0200
commit1d6e6b1feb2735c99d06a66fab5996a7cd38f168 (patch)
tree6fb8f989da66b8667f90cf83eece81b9dabca121
parentdoxygen: score: adjust doc in prioritybitmapimpl.h to doxygen guidelines (diff)
downloadrtems-1d6e6b1feb2735c99d06a66fab5996a7cd38f168.tar.bz2
doxygen: score: adjust doc in priority.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/priority.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/include/rtems/score/priority.h b/cpukit/include/rtems/score/priority.h
index a5df551209..54b91a871b 100644
--- a/cpukit/include/rtems/score/priority.h
+++ b/cpukit/include/rtems/score/priority.h
@@ -1,6 +1,8 @@
/**
* @file
*
+ * @ingroup RTEMSScorePriority
+ *
* @brief Priority Handler API
*/
@@ -33,6 +35,8 @@ extern "C" {
*
* @ingroup RTEMSScore
*
+ * @brief Priority Handler
+ *
* This handler encapsulates functionality which is used to manage thread
* priorities. The actual priority of a thread is an aggregation of priority
* nodes. The thread priority aggregation for the home scheduler instance of a
@@ -197,7 +201,7 @@ typedef struct {
}
#endif
-/**@}*/
+/** @} */
#endif
/* end of include file */