summaryrefslogtreecommitdiffstats
path: root/src/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-11 20:32:14 -0400
committerDavid Robillard <d@drobilla.net>2016-07-11 20:32:14 -0400
commit58a61518da0c260a51c5ef1b0b50aaa694541a09 (patch)
tree5adb67194ed9e25558000c1172b9c0a7dc508aff /src/zix
parent994fb58c3380949c8c63bbf647e2ad936ba6b906 (diff)
downloadsord-58a61518da0c260a51c5ef1b0b50aaa694541a09.tar.gz
sord-58a61518da0c260a51c5ef1b0b50aaa694541a09.tar.bz2
sord-58a61518da0c260a51c5ef1b0b50aaa694541a09.zip
Fix doxygen warnings
Diffstat (limited to 'src/zix')
-rw-r--r--src/zix/btree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zix/btree.h b/src/zix/btree.h
index 066b0c2..29c01d3 100644
--- a/src/zix/btree.h
+++ b/src/zix/btree.h
@@ -81,6 +81,10 @@ zix_btree_insert(ZixBTree* t, void* e);
/**
Remove the value `e` from `t`.
+ @param t Tree to remove from.
+
+ @param e Value to remove.
+
@param out Set to point to the removed pointer (which may not equal `e`).
@param next If non-NULL, pointed to the value following `e`. If *next is