summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-09 16:06:36 -0400
committerDavid Robillard <d@drobilla.net>2016-07-09 16:06:36 -0400
commit63ff7f3d6c8bff952c4e6e1626841ca93af21b81 (patch)
treec78764dbaed1e03b54003feeeba2821174283d7d /sord
parent3ac689401e7dae4e5224ece5955c03f2a84bd6d4 (diff)
downloadsord-63ff7f3d6c8bff952c4e6e1626841ca93af21b81.tar.gz
sord-63ff7f3d6c8bff952c4e6e1626841ca93af21b81.tar.bz2
sord-63ff7f3d6c8bff952c4e6e1626841ca93af21b81.zip
Fix Doxygen warning
Diffstat (limited to 'sord')
-rw-r--r--sord/sord.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sord/sord.h b/sord/sord.h
index eff15af..59ac084 100644
--- a/sord/sord.h
+++ b/sord/sord.h
@@ -479,6 +479,7 @@ sord_remove(SordModel* model, const SordQuad quad);
Calling this function invalidates all iterators on `model` except `iter`.
+ @param model The model which `iter` points to.
@param iter Iterator to the element to erase, which is incremented to the
next value on return.
*/