Skip to content

Commit 2447348

Browse files
authored
Merge pull request #759 from jeromekelleher/fix-docs-doxygen-1.8.17
Fixes for newer doxygen versions.
2 parents 659a06a + 454df15 commit 2447348

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

c/tskit/tables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,7 @@ int tsk_table_sorter_run(struct _tsk_table_sorter_t *self, tsk_bookmark_t *start
28052805
*/
28062806
int tsk_table_sorter_free(struct _tsk_table_sorter_t *self);
28072807

2808-
/* @} */
2808+
/** @} */
28092809

28102810
int tsk_squash_edges(
28112811
tsk_edge_t *edges, tsk_size_t num_edges, tsk_size_t *num_output_edges);

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -W
5+
SPHINXOPTS = -W --keep-going
66
SPHINXBUILD = python3 -m sphinx
77
SOURCEDIR = .
88
BUILDDIR = _build

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ def handle_item(fieldarg, content):
300300

301301
nitpicky = True
302302
nitpick_ignore = [
303+
("c:identifier", "int32_t"),
304+
("c:identifier", "uint32_t"),
305+
("c:identifier", "FILE"),
303306
("c:type", "int32_t"),
304307
("c:type", "uint32_t"),
305308
("c:type", "bool"),

0 commit comments

Comments
 (0)