From 0baa8632f07117b0050eca67ea1331f17fb90075 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durhama.ac.uk>
Date: Mon, 4 May 2015 19:33:32 +0100
Subject: [PATCH] More function documentation clean-up

Former-commit-id: b506d1bb917124e96c060792920ebfe0856d83f6
---
 src/multipole.c     | 2 +-
 src/runner_doiact.h | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/multipole.c b/src/multipole.c
index 6a3a52c3e7..3833723040 100644
--- a/src/multipole.c
+++ b/src/multipole.c
@@ -142,7 +142,7 @@ void multipole_addparts ( struct multipole *m , struct gpart *p , int N ) {
  * @brief Init a multipole from a set of particles.
  *
  * @param m The #multipole.
- * @param parts The #gparts.
+ * @param parts The #gpart.
  * @param N The number of particles.
  */
  
diff --git a/src/runner_doiact.h b/src/runner_doiact.h
index 43db001eb0..1c28b81f72 100644
--- a/src/runner_doiact.h
+++ b/src/runner_doiact.h
@@ -317,7 +317,7 @@ void DOSELF_NAIVE ( struct runner *r , struct cell *restrict c ) {
  *
  * @param r The #runner.
  * @param ci The first #cell.
- * @param parts_i The #parts to interact with @c cj.
+ * @param parts_i The #part to interact with @c cj.
  * @param ind The list of indices of particles in @c ci to interact with.
  * @param count The number of particles in @c ind.
  * @param cj The second #cell.
@@ -520,7 +520,7 @@ void DOPAIR_SUBSET ( struct runner *r , struct cell *restrict ci , struct part *
  *
  * @param r The #runner.
  * @param ci The first #cell.
- * @param parts_i The #parts to interact with @c cj.
+ * @param parts_i The #part to interact with @c cj.
  * @param ind The list of indices of particles in @c ci to interact with.
  * @param count The number of particles in @c ind.
  * @param cj The second #cell.
@@ -637,7 +637,7 @@ void DOPAIR_SUBSET_NAIVE ( struct runner *r , struct cell *restrict ci , struct
  *
  * @param r The #runner.
  * @param ci The first #cell.
- * @param parts The #parts to interact.
+ * @param parts The #part to interact.
  * @param ind The list of indices of particles in @c ci to interact with.
  * @param count The number of particles in @c ind.
  */
-- 
GitLab