src/ai/api/ai_tile.hpp
branchnoai
changeset 9842 ef007135fa47
parent 9838 0839682a601b
child 10089 e351169bf3a5
--- a/src/ai/api/ai_tile.hpp	Mon Mar 31 09:25:03 2008 +0000
+++ b/src/ai/api/ai_tile.hpp	Mon Mar 31 09:32:51 2008 +0000
@@ -58,12 +58,12 @@
 	/**
 	 * Check if this tile is buildable in a rectangle around a tile, with the
 	 *  entry in the list as top-left.
-	 * @note Road and rail are considered buildable.
 	 * @param tile The tile to check on.
 	 * @param width The width of the rectangle.
 	 * @param height The height of the rectangle.
 	 * @pre AIMap::IsValidTile(tile).
 	 * @return True if it is buildable, false if not.
+	 * @note Road and rail are considered buildable.
 	 */
 	static bool IsBuildableRectangle(TileIndex tile, uint width, uint height);