summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:35:40 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:37:55 -0600
commitcc69334f420fc3d41509a176635f3cca6112821d (patch)
treea46cfe8ded93f66a9adbd6a27f12894a4af6d34f /cpukit/rtems
parenttestsupport: Add cascade option to parallel test (diff)
downloadrtems-cc69334f420fc3d41509a176635f3cca6112821d.tar.bz2
Fix a number of minor Doxygen formatting issues
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/semimpl.h4
-rw-r--r--cpukit/rtems/mainpage.h6
2 files changed, 5 insertions, 5 deletions
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
*