summaryrefslogtreecommitdiff
path: root/src/rail_map.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-19 15:17:47 +0000
committerrubidium <rubidium@openttd.org>2009-09-19 15:17:47 +0000
commitca91a97826ad5de23855d0fe9a219f4889a8cd9e (patch)
tree87928a5a55ff401ea65443b8d291f609e9b46cf8 /src/rail_map.h
parent89df436f84707182456461e3259e053303feb846 (diff)
downloadopenttd-ca91a97826ad5de23855d0fe9a219f4889a8cd9e.tar.xz
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
Diffstat (limited to 'src/rail_map.h')
-rw-r--r--src/rail_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rail_map.h b/src/rail_map.h
index 5a203aa2b..f9cca02f0 100644
--- a/src/rail_map.h
+++ b/src/rail_map.h
@@ -368,7 +368,7 @@ static inline void SetSignalStates(TileIndex tile, uint state)
/**
* Set the states of the signals (Along/AgainstTrackDir)
* @param tile the tile to set the states for
- * @param state the new state
+ * @return the state of the signals
*/
static inline uint GetSignalStates(TileIndex tile)
{