summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2012-01-01 17:36:19 +0000
committersmatz <smatz@openttd.org>2012-01-01 17:36:19 +0000
commitbcd3f2bb590ee7f8e63482a0336b5a1ef068402e (patch)
treecc75f3cf9f14795d135734552ff61cd62deaa4de /src/vehicle_gui.cpp
parenta90b767995850d69d687aad1c7bdebed073b9295 (diff)
downloadopenttd-bcd3f2bb590ee7f8e63482a0336b5a1ef068402e.tar.xz
(svn r23706) -Codechange: prevent 'unknown command' doxygen errors
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r--src/vehicle_gui.cpp2
1 files changed, 1 insertions, 1 deletions
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.