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/rtems/include/rtems/rtems/semimpl.h | 4 ++-- cpukit/rtems/mainpage.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'cpukit/rtems') diff --git a/cpukit/rtems/include/rtems/rtems/semimpl.h b/cpukit/rtems/include/rtems/rtems/semimpl.h index e0a35a2e33..b4d1e83e13 100644 --- a/cpukit/rtems/include/rtems/rtems/semimpl.h +++ b/cpukit/rtems/include/rtems/rtems/semimpl.h @@ -66,7 +66,7 @@ void _Semaphore_Manager_initialization(void); * This function returns a RTEMS status code based on the mutex * status code specified. * - * @param[in] the_mutex_status is the mutex status code to translate + * @param[in] status is the mutex status code to translate * * @retval translated RTEMS status code */ @@ -107,7 +107,7 @@ _Semaphore_Translate_MRSP_status_code( MRSP_Status mrsp_status ) * This function returns a RTEMS status code based on the semaphore * status code specified. * - * @param[in] the_mutex_status is the semaphore status code to translate + * @param[in] status is the semaphore status code to translate * * @retval translated RTEMS status code */ diff --git a/cpukit/rtems/mainpage.h b/cpukit/rtems/mainpage.h index 720698140e..819e049be5 100644 --- a/cpukit/rtems/mainpage.h +++ b/cpukit/rtems/mainpage.h @@ -887,9 +887,9 @@ * A critical point with per-task variables is that each task must separately * request that the same global variable is per-task private. * - * @b{WARNING}: Per-task variables are fundamentally incorrect in SMP - * systems and should not be used in SMP applications. They - * are disabled. + * @b {WARNING}: Per-task variables are fundamentally incorrect in SMP + * systems and should not be used in SMP applications. They + * are disabled. * * @section ClassicTasksSecBuildingTaskAttributeSet Building a Task Attribute Set * -- cgit v1.2.3