From 24555216c534e47ffb588c2b5ee535ff3f6be81e Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 14 Dec 2016 17:43:53 +0000 Subject: [PATCH] Correct doxygen keywords --- src/active.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/active.h b/src/active.h index e34ba0961c..b24ef67923 100644 --- a/src/active.h +++ b/src/active.h @@ -53,7 +53,7 @@ __attribute__((always_inline)) INLINE static int cell_is_drifted( * * @param c The #cell. * @param e The #engine containing information about the current time. - * @param 1 if the #cell contains at least an active particle, 0 otherwise. + * @return 1 if the #cell contains at least an active particle, 0 otherwise. */ __attribute__((always_inline)) INLINE static int cell_is_active( const struct cell *c, const struct engine *e) { @@ -72,7 +72,7 @@ __attribute__((always_inline)) INLINE static int cell_is_active( * * @param c The #cell. * @param e The #engine containing information about the current time. - * @param 1 if all particles in a #cell are active, 0 otherwise. + * @return 1 if all particles in a #cell are active, 0 otherwise. */ __attribute__((always_inline)) INLINE static int cell_is_all_active( const struct cell *c, const struct engine *e) { -- GitLab