src/bridge_map.h
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 5847 9ce114e1d90d
child 6285 187e3ef04cc9
--- a/src/bridge_map.h	Tue Feb 27 23:54:28 2007 +0000
+++ b/src/bridge_map.h	Wed Feb 28 00:33:40 2007 +0000
@@ -1,5 +1,7 @@
 /* $Id$ */
 
+/** @file bridge_map.h */
+
 #ifndef BRIDGE_MAP_H
 #define BRIDGE_MAP_H
 
@@ -59,6 +61,8 @@
 
 /**
  * Get the direction pointing onto the bridge
+ * @param tile The tile to analyze
+ * @return the above mentionned direction
  */
 static inline DiagDirection GetBridgeRampDirection(TileIndex t)
 {