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
commita999bb322775b80f44bfc6e0f1886851d4bfc410 (patch)
treef2fb41094d5ea46bb8a1179b566d159929ca5ed6 /src/vehiclelist.cpp
parent0c5c199f2fdf0441b1b790904838540dd5928ec0 (diff)
downloadopenttd-a999bb322775b80f44bfc6e0f1886851d4bfc410.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"