summaryrefslogtreecommitdiff
path: root/src/bridge_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bridge_map.h')
-rw-r--r--src/bridge_map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bridge_map.h b/src/bridge_map.h
index 260917e19..b4ab3a68a 100644
--- a/src/bridge_map.h
+++ b/src/bridge_map.h
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file bridge_map.h */
+
#ifndef BRIDGE_MAP_H
#define BRIDGE_MAP_H
@@ -59,6 +61,8 @@ static inline uint GetBridgeType(TileIndex t)
/**
* Get the direction pointing onto the bridge
+ * @param tile The tile to analyze
+ * @return the above mentionned direction
*/
static inline DiagDirection GetBridgeRampDirection(TileIndex t)
{