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:
Bhuvan
2026-03-06 11:28:43 -06:00
committed by Joel Sherrill
parent 2970f882c9
commit b380a3dcdf
2 changed files with 7 additions and 6 deletions
+1 -2
View File
@@ -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 -4
View File
@@ -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().
*/
/*