Skip to content

Commit

Permalink
make docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Aug 3, 2023
1 parent 0301bee commit b030cf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c/tskit/tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b030cf1

Please sign in to comment.