From b030cf107f71e0794f33294737b4607c0964da48 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 3 Aug 2023 10:51:47 -0700 Subject: [PATCH] make docs build --- c/tskit/tables.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/c/tskit/tables.h b/c/tskit/tables.h index 872b9b8fa1..4336bc1249 100644 --- a/c/tskit/tables.h +++ b/c/tskit/tables.h @@ -4370,10 +4370,12 @@ TODO DOCUMENT @endrst @param self A pointer to a tsk_table_collection_t object. +@param max_iter The maximum number of iterations over the tree sequence. @param options Bitwise option flags. (UNUSED) @return Return 0 on success or a negative value on failure. */ -int tsk_table_collection_extend_edges(tsk_table_collection_t *self, int max_iter, tsk_flags_t options); +int tsk_table_collection_extend_edges( + tsk_table_collection_t *self, int max_iter, tsk_flags_t options); /** @brief Subsets and reorders a table collection according to an array of nodes.