summaryrefslogtreecommitdiffstats
path: root/sord/sord.h
diff options
context:
space:
mode:
Diffstat (limited to 'sord/sord.h')
-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.
*/