forked from Imagelibrary/rtems
doxygen: score: adjust doc in priority.h to doxygen guidelines
Update #3706.
This commit is contained in:
committed by
Sebastian Huber
parent
536458a414
commit
1d6e6b1feb
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user