summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/tasks.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 15:06:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 15:16:04 +0100
commitfa77ad14948d45114ad2ae8db79c99ac3b672b0e (patch)
tree63291b422a4663c7aec76f53f44aeb19b47502fe /cpukit/include/rtems/rtems/tasks.h
parentdoxygen: Use @anchor for appl config options (diff)
downloadrtems-fa77ad14948d45114ad2ae8db79c99ac3b672b0e.tar.bz2
doxygen: Harmonize header file references
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/tasks.h6
1 files changed, 3 insertions, 3 deletions
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.
*