From fa77ad14948d45114ad2ae8db79c99ac3b672b0e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 14 Feb 2023 15:06:07 +0100 Subject: doxygen: Harmonize header file references --- cpukit/include/rtems/rtems/tasks.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/include/rtems/rtems/tasks.h') 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 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 ```` 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. * -- cgit v1.2.3