From 8f1aaefc59059d2be4e467f87cb50f82ecf5a118 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Fri, 16 Nov 2018 21:43:44 +0100 Subject: [PATCH] Doxygen documentation fixes. --- src/partition.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/partition.c b/src/partition.c index ba29b645af..9cc99a9c57 100644 --- a/src/partition.c +++ b/src/partition.c @@ -1793,11 +1793,11 @@ static int check_complete(struct space *s, int verbose, int nregions) { * @brief Check that the threadpool version of the weights construction is * correct by comparing to the old serial code. * - * @tasks the list of tasks - * @nr_tasks number of tasks - * @mydata additional values as passed to threadpool - * @ref_weights_v vertex weights to check - * @ref_weights_e edge weights to check + * @param tasks the list of tasks + * @param nr_tasks number of tasks + * @param mydata additional values as passed to threadpool + * @param ref_weights_v vertex weights to check + * @param ref_weights_e edge weights to check */ static void check_weights(struct task *tasks, int nr_tasks, struct weights_mapper_data *mydata, -- GitLab