summaryrefslogtreecommitdiff
path: root/src/ship_gui.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-04 01:35:16 +0000
committerbelugas <belugas@openttd.org>2007-04-04 01:35:16 +0000
commit6a86e758708a92134a8734a80935ae5fa3807ae4 (patch)
treec8c468b064c05fa682d00013b36792570a637721 /src/ship_gui.cpp
parent9dd844def2fd298fb8878483d7c5e34dfb8d25b0 (diff)
downloadopenttd-6a86e758708a92134a8734a80935ae5fa3807ae4.tar.xz
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
Diffstat (limited to 'src/ship_gui.cpp')
-rw-r--r--src/ship_gui.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ship_gui.cpp b/src/ship_gui.cpp
index 6d656630f..48a645016 100644
--- a/src/ship_gui.cpp
+++ b/src/ship_gui.cpp
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file ship_gui.cpp */
+
#include "stdafx.h"
#include "openttd.h"
#include "debug.h"
@@ -32,7 +34,7 @@ static void ShipDetailsWndProc(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_ships);
SetWindowWidgetDisabledState(w, 6, !_patches.servint_ships);