mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 22:21:38 +08:00
score: Correct @brief descriptions of headers
Update @brief descriptions in cpukit/score/src/rbtreenext.c and cpukit/score/src/threadchangepriority.c to accurately reflect the implementations in the files. Updates #4813
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
* @ingroup RTEMSScoreRBTree
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _RBTree_Minimum(), _RBTree_Maximum(), _RBTree_Successor(), and
|
||||
* _RBTree_Predecessor().
|
||||
* _RBTree_Successor().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -6,10 +6,12 @@
|
||||
* @ingroup RTEMSScoreThread
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _Thread_Priority_add(), _Thread_Priority_and_sticky_update(),
|
||||
* _Thread_Priority_changed(), _Thread_Priority_perform_actions(),
|
||||
* _Thread_Priority_remove(), _Thread_Priority_replace(), and
|
||||
* _Thread_Priority_update().
|
||||
* _Thread_Priority_add(), _Thread_Priority_remove(),
|
||||
* _Thread_Priority_changed(), _Thread_Priority_replace(),
|
||||
* _Thread_Priority_perform_actions(), _Thread_Priority_update(),
|
||||
* _Thread_Priority_update_and_make_sticky(),
|
||||
* _Thread_Priority_update_and_clean_sticky(), and
|
||||
* _Thread_Priority_update_ignore_sticky().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user