Skip to content
Snippets Groups Projects
Commit 8f1aaefc authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Doxygen documentation fixes.

parent f39b0ff5
No related branches found
No related tags found
No related merge requests found
...@@ -1793,11 +1793,11 @@ static int check_complete(struct space *s, int verbose, int nregions) { ...@@ -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 * @brief Check that the threadpool version of the weights construction is
* correct by comparing to the old serial code. * correct by comparing to the old serial code.
* *
* @tasks the list of tasks * @param tasks the list of tasks
* @nr_tasks number of tasks * @param nr_tasks number of tasks
* @mydata additional values as passed to threadpool * @param mydata additional values as passed to threadpool
* @ref_weights_v vertex weights to check * @param ref_weights_v vertex weights to check
* @ref_weights_e edge weights to check * @param ref_weights_e edge weights to check
*/ */
static void check_weights(struct task *tasks, int nr_tasks, static void check_weights(struct task *tasks, int nr_tasks,
struct weights_mapper_data *mydata, struct weights_mapper_data *mydata,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment