From dfe5533db674cf2f21652f91cf626831a22344ec Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 4 Apr 2007 01:35:16 +0000 Subject: (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near --- src/rail.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index 20cc15ce3..52139b69a 100644 --- a/src/rail.h +++ b/src/rail.h @@ -223,7 +223,7 @@ struct RailtypeInfo { * 1) All the sprites in a railset MUST be in the same order. This order * is determined by normal rail. Check sprites 1005 and following for this order

* 2) The position where the railtype is loaded must always be the same, otherwise - * the offset will fail.

+ * the offset will fail. * @note: Something more flexible might be desirable in the future. */ SpriteID total_offset; @@ -240,10 +240,10 @@ struct RailtypeInfo { }; -// these are the maximums used for updating signal blocks, and checking if a depot is in a pbs block +/** these are the maximums used for updating signal blocks, and checking if a depot is in a pbs block */ enum { - NUM_SSD_ENTRY = 256, // max amount of blocks - NUM_SSD_STACK = 32, // max amount of blocks to check recursively + NUM_SSD_ENTRY = 256, ///< max amount of blocks + NUM_SSD_STACK = 32, ///< max amount of blocks to check recursively }; /** -- cgit v1.2.3-54-g00ecf