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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-29 16:05:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-29 16:05:07 +0400
commit9c9fc626b7e6c4bf08a667d56b6718b8426bf576 (patch)
treea260f6414dfbc683be41884f42d21f6eb0a4556e /source/blender/editors/animation
parent6bde9a52f9270841331c7762a5df9505894d962a (diff)
Comments: Note direction in doxy args
Diffstat (limited to 'source/blender/editors/animation')
-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
*/