From e8ddf001c87790cde6e03e9ca47714b6fc30266c Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 19 Sep 2009 09:51:14 +0000 Subject: (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos --- src/build_vehicle_gui.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/build_vehicle_gui.cpp') diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp index 3c0c6e27c..c0e04a00e 100644 --- a/src/build_vehicle_gui.cpp +++ b/src/build_vehicle_gui.cpp @@ -701,12 +701,15 @@ int DrawVehiclePurchaseInfo(int left, int right, int y, EngineID engine_number) /** Engine drawing loop * @param type Type of vehicle (VEH_*) - * @param x,y Where should the list start + * @param x The left most location of the list + * @param r The right most location of the list + * @param y The top most location of teh list * @param eng_list What engines to draw * @param min where to start in the list * @param max where in the list to end * @param selected_id what engine to highlight as selected, if any * @param count_location Offset to print the engine count (used by autoreplace). 0 means it's off + * @param selected_group the group to list the engines of */ void DrawEngineList(VehicleType type, int x, int r, int y, const GUIEngineList *eng_list, uint16 min, uint16 max, EngineID selected_id, int count_location, GroupID selected_group) { -- cgit v1.2.3-54-g00ecf