diff options
Diffstat (limited to 'sord')
-rw-r--r-- | sord/sord.h | 1 |
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. */ |