summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-06-27 09:05:10 +0000
committeralberth <alberth@openttd.org>2010-06-27 09:05:10 +0000
commit604e56adc2092d31c02f16b8412d550f7986557c (patch)
treeeb4fc60536488e1ce18a774eba7978abbbfc60e3 /src/vehicle.cpp
parentb3a707ae4b39ff832236dfcb786fbe3461ce0e1b (diff)
downloadopenttd-604e56adc2092d31c02f16b8412d550f7986557c.tar.xz
(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r--src/vehicle.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index f4cd16f8b..85ed74271 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -410,7 +410,8 @@ static Vehicle *EnsureNoVehicleProcZ(Vehicle *v, void *data)
return v;
}
-/* Ensure there is no vehicle at the ground at the given position.
+/**
+ * Ensure there is no vehicle at the ground at the given position.
* @param tile Position to examine.
* @return Succeeded command (ground is free) or failed command (a vehicle is found).
*/