summaryrefslogtreecommitdiff
path: root/src/vehiclelist.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-10-14 19:27:08 +0000
committerrubidium <rubidium@openttd.org>2008-10-14 19:27:08 +0000
commite7bb5c63a4776701a0ac8e88facdaafe310d1af8 (patch)
treef2fb41094d5ea46bb8a1179b566d159929ca5ed6 /src/vehiclelist.cpp
parent0a94fc52acd3df676b53df9912f2ec1bca033fd6 (diff)
downloadopenttd-e7bb5c63a4776701a0ac8e88facdaafe310d1af8.tar.xz
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
Diffstat (limited to 'src/vehiclelist.cpp')
-rw-r--r--src/vehiclelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehiclelist.cpp b/src/vehiclelist.cpp
index c6d487bf5..6579397a7 100644
--- a/src/vehiclelist.cpp
+++ b/src/vehiclelist.cpp
@@ -1,6 +1,6 @@
/* $Id$ */
-/** @file vehicle.cpp Base implementations of all vehicles. */
+/** @file vehiclelist.cpp Lists of vehicles. */
#include "stdafx.h"
#include "openttd.h"