doxygen: score: adjust doc in priority.h to doxygen guidelines

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-10 11:06:35 +02:00
committed by Sebastian Huber
parent 536458a414
commit 1d6e6b1feb

View File

@@ -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 */