From 09a341637641942de89a37856313355338df3a12 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Sat, 6 Feb 2016 16:09:55 +0000 Subject: [PATCH] Doxygen fixes --- src/debug.c | 1 + src/runner.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/debug.c b/src/debug.c index e04dc06987..90e9bdac86 100644 --- a/src/debug.c +++ b/src/debug.c @@ -32,6 +32,7 @@ *the standard output. * * @param parts The array of particles. + * @param xparts The array of particle extended data. * @param id The id too look for. * @param N The size of the array of particles. * diff --git a/src/runner.c b/src/runner.c index a32651693d..bfdaba3c64 100644 --- a/src/runner.c +++ b/src/runner.c @@ -488,6 +488,7 @@ void runner_dogsort(struct runner *r, struct cell *c, int flags, int clock) { * * @param r The runner thread. * @param c The cell. + * @param timer 1 if the time is to be recorded. */ void runner_doinit(struct runner *r, struct cell *c, int timer) { -- GitLab