summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-05-14 18:38:54 +0000
committeralberth <alberth@openttd.org>2011-05-14 18:38:54 +0000
commit990ec6f0a91038dabde458d6aa28a608ba3c52f5 (patch)
treefcf64c9fd4357c51798b7895a6adc3c081276ac0 /src/station_cmd.cpp
parent28092366ec8aaf953b6e8bb92d745ee2c32fad1e (diff)
downloadopenttd-990ec6f0a91038dabde458d6aa28a608ba3c52f5.tar.xz
(svn r22460) -Doc: Semantic documentation fixes, and doxygen additions (partly by planetmaker).
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 9f4048769..0f39e7211 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -162,7 +162,7 @@ static bool CMSAMine(TileIndex tile)
/**
* Check whether the tile is water.
* @param tile the tile to investigate.
- * @return true if and only if the tile is a mine
+ * @return true if and only if the tile is a water tile
*/
static bool CMSAWater(TileIndex tile)
{
@@ -172,7 +172,7 @@ static bool CMSAWater(TileIndex tile)
/**
* Check whether the tile is a tree.
* @param tile the tile to investigate.
- * @return true if and only if the tile is a mine
+ * @return true if and only if the tile is a tree tile
*/
static bool CMSATree(TileIndex tile)
{
@@ -182,7 +182,7 @@ static bool CMSATree(TileIndex tile)
/**
* Check whether the tile is a forest.
* @param tile the tile to investigate.
- * @return true if and only if the tile is a mine
+ * @return true if and only if the tile is a forest
*/
static bool CMSAForest(TileIndex tile)
{