diff --git a/src/debug.c b/src/debug.c
index e04dc069870646a1324711b0c4e8e18662763390..90e9bdac86eec0fc9169417a55e4efd26b3e71e0 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 a32651693d99e0c9b48663fb9f184101fcb03be3..bfdaba3c64d0a4589b6477f7c7fd98ebbb2797f2 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) {