summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/dimension/object.h')
-rw-r--r--libdimension/dimension/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/object.h b/libdimension/dimension/object.h
index 4d75582..8d76cc7 100644
--- a/libdimension/dimension/object.h
+++ b/libdimension/dimension/object.h
@@ -69,7 +69,7 @@ typedef bool dmnsn_object_inside_fn(const dmnsn_object *object,
/**
* Object destruction callback.
- * @param[in] object The object to delete.
+ * @param[in,out] object The object to delete.
*/
typedef void dmnsn_object_free_fn(dmnsn_object *object);