From fe44d13b4d04a631759e38c0bcbed117e8c30d0d Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Wed, 17 Feb 2016 11:32:11 +0000 Subject: [PATCH] Correct documentation of mask and submask arguments --- src/task.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/task.c b/src/task.c index fb69cfbea1..69109f9e6d 100644 --- a/src/task.c +++ b/src/task.c @@ -308,7 +308,7 @@ void task_addunlock_old(struct task *ta, struct task *tb) { /** * @brief Prints the list of tasks contained in a given mask * - * @param The mask to analyse + * @param mask The mask to analyse */ void task_print_mask(unsigned int mask) { @@ -321,7 +321,7 @@ void task_print_mask(unsigned int mask) { /** * @brief Prints the list of subtasks contained in a given submask * - * @param The submask to analyse + * @param submask The submask to analyse */ void task_print_submask(unsigned int submask) { -- GitLab