(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos

This commit is contained in:
rubidium
2009-09-19 09:51:14 +00:00
parent d3577d3d5d
commit 310465da07
59 changed files with 120 additions and 66 deletions

View File

@@ -74,7 +74,7 @@ static bool CanPlantTreesOnTile(TileIndex tile, bool allow_desert)
* @pre the tile must be suitable for trees.
*
* @param tile where to plant the trees.
* @param type The type of the tree
* @param treetype The type of the tree
* @param count the number of trees (minus 1)
* @param growth the growth status
*/