diff options
author | alberth <alberth@openttd.org> | 2010-11-20 14:15:02 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-11-20 14:15:02 +0000 |
commit | 3b0ee6557113104416f465fb780d9900fb7a842a (patch) | |
tree | 4c6600efd2700df08b38c84cd594dd11043ee501 /src/bridge.h | |
parent | 5d72befbcd0486900062a4163c3eb52d5d27f7d5 (diff) | |
download | openttd-3b0ee6557113104416f465fb780d9900fb7a842a.tar.xz |
(svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code.
Diffstat (limited to 'src/bridge.h')
-rw-r--r-- | src/bridge.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bridge.h b/src/bridge.h index 5f2c1db59..69462e450 100644 --- a/src/bridge.h +++ b/src/bridge.h @@ -33,9 +33,9 @@ enum BridgePieces { DECLARE_POSTFIX_INCREMENT(BridgePieces) -static const uint MAX_BRIDGES = 13; +static const uint MAX_BRIDGES = 13; ///< Maximal number of available bridge specs. -typedef uint BridgeType; +typedef uint BridgeType; ///< Bridge spec number. /** * Struct containing information about a single bridge type |