From afaf6e8d71fb205378eb9f160247e3734d68cef0 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 23 Jun 2014 01:56:32 +1200 Subject: Improve doxygen comment to include some type info to make it more useful --- source/blender/editors/animation/anim_channels_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation') 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 */ -- cgit v1.2.3