diff options
author | rubidium <rubidium@openttd.org> | 2009-09-19 09:51:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-19 09:51:14 +0000 |
commit | e8ddf001c87790cde6e03e9ca47714b6fc30266c (patch) | |
tree | ee79ed87da1aba8bb3af2e0ca22d10abe5621b08 /src/ai/api | |
parent | fa33b92b0f3fae58a7fee4dd9a74fd43bf7d1f9a (diff) | |
download | openttd-e8ddf001c87790cde6e03e9ca47714b6fc30266c.tar.xz |
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
Diffstat (limited to 'src/ai/api')
-rw-r--r-- | src/ai/api/ai_road.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_road.cpp b/src/ai/api/ai_road.cpp index d87d33e6a..b8f4706b0 100644 --- a/src/ai/api/ai_road.cpp +++ b/src/ai/api/ai_road.cpp @@ -402,6 +402,7 @@ static bool NormaliseTileOffset(int32 *tile) /** * Check whether one can reach (possibly by building) a road piece the center * of the neighbouring tile. This includes roads and (drive through) stations. + * @param rts The road type we want to know reachability for * @param start_tile The tile to "enter" the neighbouring tile. * @param neighbour The direction to the neighbouring tile to "enter". * @return true if and only if the tile is reachable. |