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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vehicle_gui.h') diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h index 51c97de31..67c2f4fa1 100644 --- a/src/vehicle_gui.h +++ b/src/vehicle_gui.h @@ -88,7 +88,8 @@ static inline uint GetVehicleHeight(VehicleType type) return (type == VEH_TRAIN || type == VEH_ROAD) ? 14 : 24; } -/** Get WindowClass for vehicle list of given vehicle type +/** + * Get WindowClass for vehicle list of given vehicle type * @param vt vehicle type to check * @return corresponding window class * @note works only for company buildable vehicle types -- cgit v1.2.3-54-g00ecf