From 394efd479c6fc15e607f3edabe26f1fdf6603d88 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 15 Jul 2021 12:46:54 +0200 Subject: rtems: Fix Doxygen comment --- cpukit/include/rtems/rtems/tasks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/include/rtems') diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h index f0fb7365e3..ff7b4c0988 100644 --- a/cpukit/include/rtems/rtems/tasks.h +++ b/cpukit/include/rtems/rtems/tasks.h @@ -235,8 +235,8 @@ typedef struct { /** * @ingroup RTEMSAPIClassicTasks * - * @brief This constant is passed to {set-priority:/name} when the caller wants - * to obtain the current priority. + * @brief This constant is passed to rtems_task_set_priority() when the caller + * wants to obtain the current priority. */ #define RTEMS_CURRENT_PRIORITY 0 -- cgit v1.2.3