diff options
-rw-r--r-- | sord/sord.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sord/sord.h b/sord/sord.h index fda754e..bc16666 100644 --- a/sord/sord.h +++ b/sord/sord.h @@ -445,6 +445,8 @@ sord_contains(SordModel* model, const SordQuad pat); Add a quad to a model. Calling this function invalidates all iterators on `model`. + + @return true on success, false, on error. */ SORD_API bool |