From e0eb07a22b6d4e517ed6c69c25af4f6f783a69e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Mar 2015 13:26:12 -0600 Subject: Fix more Doxygen typos --- cpukit/score/include/rtems/score/cpuset.h | 2 +- cpukit/score/include/rtems/score/scheduleredfimpl.h | 2 +- cpukit/score/include/rtems/score/threadqimpl.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/cpuset.h b/cpukit/score/include/rtems/score/cpuset.h index 0f781d91fd..ebdb35dfd1 100644 --- a/cpukit/score/include/rtems/score/cpuset.h +++ b/cpukit/score/include/rtems/score/cpuset.h @@ -30,7 +30,7 @@ extern "C" { #endif /** - * @defgroup ScoreCpuset + * @defgroup ScoreCpuset SuperCore CPU Set * * @ingroup Score * diff --git a/cpukit/score/include/rtems/score/scheduleredfimpl.h b/cpukit/score/include/rtems/score/scheduleredfimpl.h index a98fb0f9c8..af0749df88 100644 --- a/cpukit/score/include/rtems/score/scheduleredfimpl.h +++ b/cpukit/score/include/rtems/score/scheduleredfimpl.h @@ -26,7 +26,7 @@ extern "C" { #endif /** - * @addtogroup ScoreSchedulerEDF EDF + * @addtogroup ScoreSchedulerEDF * * @{ */ diff --git a/cpukit/score/include/rtems/score/threadqimpl.h b/cpukit/score/include/rtems/score/threadqimpl.h index 5931d2252b..4a1084dde5 100644 --- a/cpukit/score/include/rtems/score/threadqimpl.h +++ b/cpukit/score/include/rtems/score/threadqimpl.h @@ -256,9 +256,9 @@ void _Thread_queue_Process_timeout( * @param[in] left points to the left thread's RBnode * @param[in] right points to the right thread's RBnode * - * @retval 1 The @left node is more important than @right node. - * @retval 0 The @left node is of equal importance with @right node. - * @retval 1 The @left node is less important than @right node. + * @retval 1 The @a left node is more important than @a right node. + * @retval 0 The @a left node is of equal importance with @a right node. + * @retval 1 The @a left node is less important than @a right node. */ RBTree_Compare_result _Thread_queue_Compare_priority( const RBTree_Node *left, -- cgit v1.2.3