From 5adb43cc75ead23b7aa51e65ffe23530101360c1 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 4 Dec 2014 16:50:21 +0100 Subject: [PATCH] doc: add some references --- core/include/sched.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/include/sched.h b/core/include/sched.h index b534fdfa7..d4d4c1eef 100644 --- a/core/include/sched.h +++ b/core/include/sched.h @@ -115,8 +115,8 @@ void sched_set_status(tcb_t *process, unsigned int status); /** * @brief Compare thread priorities and yield() (or set - * sched_context_switch_request if inISR()) when other_prio is higher - * (has a lower value) than the current thread's priority + * @ref sched_context_switch_request if inISR()) when @p other_prio is + * higher (has a lower value) than the current thread's priority * * @param[in] other_prio The priority of the target thread */