Commit: afaf6e8d71fb205378eb9f160247e3734d68cef0 Author: Joshua Leung Date: Mon Jun 23 01:56:32 2014 +1200 https://developer.blender.org/rBafaf6e8d71fb205378eb9f160247e3734d68cef0
Improve doxygen comment to include some type info to make it more useful =================================================================== M source/blender/editors/animation/anim_channels_edit.c =================================================================== diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c index c703703..bc42558 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 */ _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
