(svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections...

This commit is contained in:
belugas
2007-04-18 00:41:09 +00:00
parent 76faa0f759
commit 0eaa72e324
11 changed files with 32 additions and 26 deletions

View File

@@ -279,8 +279,11 @@ static RefitList *BuildRefitList(const Vehicle *v)
/** Draw the list of available refit options for a consist.
* Draw the list and highlight the selected refit option (if any)
* @param *v first vehicle in consist to get the refit-options of
* @param *list first vehicle in consist to get the refit-options of
* @param sel selected refit cargo-type in the window
* @param pos position of the selected item in caller widow
* @param rows number of rows(capacity) in caller window
* @param delta step height in caller window
* @return the refit option that is hightlighted, NULL if none
*/
static RefitOption *DrawVehicleRefitWindow(const RefitList *list, int sel, uint pos, uint rows, uint delta)