From ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 1 Aug 2010 19:22:34 +0000 Subject: (svn r20283) -Codechange: Unify start of doygen comments. --- src/vehicle_gui.cpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/vehicle_gui.cpp') diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index f6e51ccd3..613f37f4a 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -370,7 +370,8 @@ static void BuildRefitList(const Vehicle *v, RefitList *refit_list) } while ((v->type == VEH_TRAIN || v->type == VEH_ROAD) && (u = u->Next()) != NULL); } -/** Draw the list of available refit options for a consist and highlight the selected refit option (if any). +/** + * Draw the list of available refit options for a consist and highlight the selected refit option (if any). * @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 @@ -580,7 +581,8 @@ static const WindowDesc _vehicle_refit_desc( _nested_vehicle_refit_widgets, lengthof(_nested_vehicle_refit_widgets) ); -/** Show the refit window for a vehicle +/** + * Show the refit window for a vehicle * @param *v The vehicle to show the refit window for * @param order of the vehicle ( ? ) * @param parent the parent window of the refit window @@ -1855,7 +1857,8 @@ static const WindowDesc _vehicle_view_desc( _nested_vehicle_view_widgets, lengthof(_nested_vehicle_view_widgets) ); -/** Vehicle view window descriptor for trains. Only minimum_height and +/** + * Vehicle view window descriptor for trains. Only minimum_height and * default_height are different for train view. */ static const WindowDesc _train_view_desc( @@ -1972,7 +1975,8 @@ private: SEL_RT_BASEPLANE = SEL_RT_REFIT, ///< First plane of the #VVW_WIDGET_SELECT_REFIT_TURN stacked widget. }; - /** Display a plane in the window. + /** + * Display a plane in the window. * @param plane Plane to show. */ void SelectPlane(PlaneSelections plane) -- cgit v1.2.3-54-g00ecf