[rtems commit] rtems: Fix Doxygen comment

Sebastian Huber sebh at rtems.org
Thu Jul 15 13:38:31 UTC 2021


Module:    rtems
Branch:    master
Commit:    394efd479c6fc15e607f3edabe26f1fdf6603d88
Changeset: http://git.rtems.org/rtems/commit/?id=394efd479c6fc15e607f3edabe26f1fdf6603d88

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 15 12:46:54 2021 +0200

rtems: Fix Doxygen comment

---

 cpukit/include/rtems/rtems/tasks.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index f0fb736..ff7b4c0 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
 



More information about the vc mailing list