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/space_nla
parent6bde9a52f9270841331c7762a5df9505894d962a (diff)
Comments: Note direction in doxy args
Diffstat (limited to 'source/blender/editors/space_nla')
-rw-r--r--source/blender/editors/space_nla/nla_edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c
index ef3bb1a548b..c787177a62a 100644
--- a/source/blender/editors/space_nla/nla_edit.c
+++ b/source/blender/editors/space_nla/nla_edit.c
@@ -359,8 +359,8 @@ void NLA_OT_previewrange_set(wmOperatorType *ot)
/**
* Find the extents of the active channel
*
- * \param min Bottom y-extent of channel
- * \param max Top y-extent of channel
+ * \param[out] min Bottom y-extent of channel
+ * \param[out] max Top y-extent of channel
* \return Success of finding a selected channel
*/
static bool nla_channels_get_selected_extents(bAnimContext *ac, float *min, float *max)