summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/doxygen/appl-config.h12
-rw-r--r--cpukit/include/rtems/rtems/tasks.h6
2 files changed, 9 insertions, 9 deletions
diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index e13ebb8ba5..c4e8b7b61b 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -3533,9 +3533,9 @@
* @anchor CONFIGURE_IDLE_TASK_STORAGE_SIZE
*
* If this configuration option is specified, then the task storage areas for
- * the IDLE tasks are statically allocated by <rtems/confdefs.h>. The value of
- * this configuration option defines the size in bytes of the task storage area
- * of each IDLE task in the system.
+ * the IDLE tasks are statically allocated by ``<rtems/confdefs.h>``. The
+ * value of this configuration option defines the size in bytes of the task
+ * storage area of each IDLE task in the system.
*
* @par Default Value
* This configuration option has no default value. If it is not specified,
@@ -3565,9 +3565,9 @@
* system initialization.
*
* The value of this configuration option is passed to
- * RTEMS_TASK_STORAGE_SIZE() by <rtems/confdefs.h> to determine the actual size
- * of the statically allocated area to take architecture-specific overheads
- * into account.
+ * RTEMS_TASK_STORAGE_SIZE() by ``<rtems/confdefs.h>`` to determine the actual
+ * size of the statically allocated area to take architecture-specific
+ * overheads into account.
*
* The
*
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index f28b464ec6..3214dad3f8 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -735,9 +735,9 @@ rtems_status_code rtems_task_create(
* memory allocators. This can simplify the application architecture as well
* as any analysis that may be required.
*
- * The stack space estimate done by <rtems/confdefs.h> assumes that all tasks
- * are created by rtems_task_create(). The estimate can be adjusted to take
- * user-provided task storage areas into account through the @ref
+ * The stack space estimate done by ``<rtems/confdefs.h>`` assumes that all
+ * tasks are created by rtems_task_create(). The estimate can be adjusted to
+ * take user-provided task storage areas into account through the @ref
* CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE application configuration
* option.
*