From cc69334f420fc3d41509a176635f3cca6112821d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Mar 2015 10:35:40 -0600 Subject: Fix a number of minor Doxygen formatting issues --- cpukit/score/include/rtems/score/threadimpl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score/include/rtems/score/threadimpl.h') diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h index 84c22f94ed..c4e720751a 100644 --- a/cpukit/score/include/rtems/score/threadimpl.h +++ b/cpukit/score/include/rtems/score/threadimpl.h @@ -497,8 +497,8 @@ RTEMS_INLINE_ROUTINE bool _Thread_Is_executing ( #if defined(RTEMS_SMP) /** - * @brief Returns @true in case the thread executes currently on some processor - * in the system, otherwise @a false. + * @brief Returns @a true in case the thread executes currently on some + * processor in the system, otherwise @a false. * * Do not confuse this with _Thread_Is_executing() which checks only the * current processor. @@ -512,7 +512,7 @@ RTEMS_INLINE_ROUTINE bool _Thread_Is_executing_on_a_processor( #endif /** - * @brief Returns @true and sets time_of_context_switch to the the + * @brief Returns @a true and sets time_of_context_switch to the * time of the last context switch when the thread is currently executing * in the system, otherwise @a false. */ -- cgit v1.2.3