summaryrefslogtreecommitdiff
path: root/src/roadveh_gui.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-03-28 20:41:35 +0000
committerbelugas <belugas@openttd.org>2007-03-28 20:41:35 +0000
commit386e298acd7855feb54d7b75ce0e3144db487649 (patch)
treeaa1cef5f3c75fb41d164ae60cb4b3e111ef7207e /src/roadveh_gui.cpp
parent3ca9788213a5070d31809fadbc9aab75cce6adae (diff)
downloadopenttd-386e298acd7855feb54d7b75ce0e3144db487649.tar.xz
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
Diffstat (limited to 'src/roadveh_gui.cpp')
-rw-r--r--src/roadveh_gui.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/roadveh_gui.cpp b/src/roadveh_gui.cpp
index f5bb924f8..81f7f84fa 100644
--- a/src/roadveh_gui.cpp
+++ b/src/roadveh_gui.cpp
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file roadveh_gui.cpp */
+
#include "stdafx.h"
#include "openttd.h"
#include "debug.h"
@@ -34,7 +36,7 @@ static void RoadVehDetailsWndProc(Window *w, WindowEvent *e)
StringID str;
SetWindowWidgetDisabledState(w, 2, v->owner != _local_player);
- // disable service-scroller when interval is set to disabled
+ /* disable service-scroller when interval is set to disabled */
SetWindowWidgetDisabledState(w, 5, !_patches.servint_roadveh);
SetWindowWidgetDisabledState(w, 6, !_patches.servint_roadveh);