From bcd3f2bb590ee7f8e63482a0336b5a1ef068402e Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 1 Jan 2012 17:36:19 +0000 Subject: (svn r23706) -Codechange: prevent 'unknown command' doxygen errors --- src/vehicle_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vehicle_gui.cpp') diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index 006f6278b..7e5d5e76a 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -359,7 +359,7 @@ static void DrawVehicleRefitWindow(const SubtypeList list[NUM_CARGO], int sel, u /** Refit cargo window. */ struct RefitWindow : public Window { int sel; ///< Index in refit options, \c -1 if nothing is selected. - RefitOption *cargo; ///< Refit option selected by \v sel. + RefitOption *cargo; ///< Refit option selected by #sel. SubtypeList list[NUM_CARGO]; ///< List of refit subtypes available for each sorted cargo. VehicleOrderID order; ///< If not #INVALID_VEH_ORDER_ID, selection is part of a refit order (rather than execute directly). uint information_width; ///< Width required for correctly displaying all cargoes in the information panel. -- cgit v1.2.3-54-g00ecf