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

Corrected Doxygen documentation of the new (non-nested) functions.

Former-commit-id: 918c17d5f2eb5d5920da879cba70831d0c32d5f7
parent 2d0b7a59
No related branches found
No related tags found
No related merge requests found
...@@ -781,7 +781,7 @@ void space_map_clearsort(struct cell *c, void *data) { ...@@ -781,7 +781,7 @@ void space_map_clearsort(struct cell *c, void *data) {
/** /**
* @brief Map a function to all particles in a cell recursively. * @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 fun Function pointer to apply on the cells.
* @param data Data passed to the function fun. * @param data Data passed to the function fun.
*/ */
...@@ -825,7 +825,7 @@ void space_map_parts(struct space *s, ...@@ -825,7 +825,7 @@ void space_map_parts(struct space *s,
/** /**
* @brief Map a function to all particles in a cell recursively. * @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 full Map to all cells, including cells with sub-cells.
* @param fun Function pointer to apply on the cells. * @param fun Function pointer to apply on the cells.
* @param data Data passed to the function fun. * @param data Data passed to the function fun.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment