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:
authorJoshua Leung <aligorith@gmail.com>2014-06-22 17:56:32 +0400
committerJoshua Leung <aligorith@gmail.com>2014-06-24 09:53:12 +0400
commitafaf6e8d71fb205378eb9f160247e3734d68cef0 (patch)
tree92230e72b5c0d6c59fc3dc386cc4ca8ef9311d0e /source/blender/editors/animation
parenta64e9ba83ff1d42bdd5677368a284b77f1b80df7 (diff)
Improve doxygen comment to include some type info to make it more useful
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index c70370339ee..bc425580c36 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -772,7 +772,7 @@ static bool rearrange_island_bottom(ListBase *list, tReorderChannelIsland *islan
/**
* typedef for channel rearranging function
*
- * \param list List that channels belong to
+ * \param list List of tReorderChannelIsland's that channels belong to
* \param island Island to be moved
* \return Whether operation was a success
*/