Improve doxygen comment to include some type info to make it more useful

This commit is contained in:
Joshua Leung 2014-06-23 01:56:32 +12:00
parent a64e9ba83f
commit afaf6e8d71
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/