From d7962d83e88c7e34ad7ead2fdeafda7faa20ebca Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sat, 21 Sep 2019 18:48:41 +0200
Subject: [PATCH] Doxygen fixes.

---
 src/star_formation/EAGLE/star_formation.h | 4 ----
 src/star_formation/GEAR/star_formation.h  | 4 ----
 src/star_formation/none/star_formation.h  | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/src/star_formation/EAGLE/star_formation.h b/src/star_formation/EAGLE/star_formation.h
index 911be8c711..6a32add9b8 100644
--- a/src/star_formation/EAGLE/star_formation.h
+++ b/src/star_formation/EAGLE/star_formation.h
@@ -670,12 +670,8 @@ star_formation_part_has_no_neighbours(struct part* restrict p,
  * Nothing to do here. We do not need to compute any quantity in the hydro
  * density loop for the EAGLE star formation model.
  *
- * @param phys_const The physical constant in internal units.
- * @param us The unit system.
- * @param cosmo The current cosmological model.
  * @param data The global star_formation information used for this run.
  * @param p Pointer to the particle data.
- * @param xp Pointer to the extended particle data.
  */
 __attribute__((always_inline)) INLINE static void star_formation_init_part(
     struct part* restrict p, const struct star_formation* data) {}
diff --git a/src/star_formation/GEAR/star_formation.h b/src/star_formation/GEAR/star_formation.h
index 1cc7587eb0..da43778ee9 100644
--- a/src/star_formation/GEAR/star_formation.h
+++ b/src/star_formation/GEAR/star_formation.h
@@ -258,12 +258,8 @@ star_formation_part_has_no_neighbours(struct part* restrict p,
  *
  * Nothing to do here.
  *
- * @param phys_const The physical constant in internal units.
- * @param us The unit system.
- * @param cosmo The current cosmological model.
  * @param data The global star_formation information used for this run.
  * @param p Pointer to the particle data.
- * @param xp Pointer to the extended particle data.
  */
 __attribute__((always_inline)) INLINE static void star_formation_init_part(
     struct part* restrict p, const struct star_formation* data) {}
diff --git a/src/star_formation/none/star_formation.h b/src/star_formation/none/star_formation.h
index 7ea3622eeb..96b1315ffe 100644
--- a/src/star_formation/none/star_formation.h
+++ b/src/star_formation/none/star_formation.h
@@ -198,12 +198,8 @@ star_formation_part_has_no_neighbours(struct part* restrict p,
  *
  * Nothing to do here.
  *
- * @param phys_const The physical constant in internal units.
- * @param us The unit system.
- * @param cosmo The current cosmological model.
  * @param data The global star_formation information used for this run.
  * @param p Pointer to the particle data.
- * @param xp Pointer to the extended particle data.
  */
 __attribute__((always_inline)) INLINE static void star_formation_init_part(
     struct part* restrict p, const struct star_formation* data) {}
-- 
GitLab