summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/mainpage.h
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/mainpage.h
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/mainpage.h')
-rw-r--r--cpukit/rtems/mainpage.h6
1 files changed, 3 insertions, 3 deletions
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
*