Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/animation/drivers.c')
-rw-r--r--source/blender/editors/animation/drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index ee33f3b766a..c8db4ae5892 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -432,7 +432,7 @@ bool ANIM_paste_driver(ReportList *reports, ID *id, const char rna_path[], int a
* they will get picked up by the dependency system.
*
* \param C Context pointer - for getting active data
- * \param ptr RNA pointer for property's datablock. May be modified as result of path remapping.
+ * \param[in,out] ptr RNA pointer for property's datablock. May be modified as result of path remapping.
* \param prop RNA definition of property to add for
* \return MEM_alloc'd string representing the path to the property from the given #PointerRNA
*/