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/threaddispatch.h | 2 +- cpukit/score/include/rtems/score/threadimpl.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/threaddispatch.h b/cpukit/score/include/rtems/score/threaddispatch.h index 037cf27934..f8c3611674 100644 --- a/cpukit/score/include/rtems/score/threaddispatch.h +++ b/cpukit/score/include/rtems/score/threaddispatch.h @@ -67,7 +67,7 @@ RTEMS_INLINE_ROUTINE bool _Thread_Dispatch_is_enabled(void) } /** - * @briefs Gets thread dispatch disable level. + * @brief Gets thread dispatch disable level. * * @return The value of the thread dispatch level. */ 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