(svn r22460) -Doc: Semantic documentation fixes, and doxygen additions (partly by planetmaker).

This commit is contained in:
alberth
2011-05-14 18:38:54 +00:00
parent 28092366ec
commit 990ec6f0a9
4 changed files with 32 additions and 16 deletions

View File

@@ -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)
{