From 7da1278d6f3acb9a0b847ef1edb313b1ebc61ea6 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Tue, 1 Sep 2015 11:29:30 +0200 Subject: [PATCH] Corrected Doxygen documentation of the new (non-nested) functions. Former-commit-id: 918c17d5f2eb5d5920da879cba70831d0c32d5f7 --- src/space.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/space.c b/src/space.c index f488cb3d25..c7dd8a1300 100644 --- a/src/space.c +++ b/src/space.c @@ -781,7 +781,7 @@ void space_map_clearsort(struct cell *c, void *data) { /** * @brief Map a function to all particles in a cell recursively. * - * @param s The #space we are working in. + * @param c The #cell we are working in. * @param fun Function pointer to apply on the cells. * @param data Data passed to the function fun. */ @@ -825,7 +825,7 @@ void space_map_parts(struct space *s, /** * @brief Map a function to all particles in a cell recursively. * - * @param s The #space we are working in. + * @param c The #cell we are working in. * @param full Map to all cells, including cells with sub-cells. * @param fun Function pointer to apply on the cells. * @param data Data passed to the function fun. -- GitLab