(svn r20286) -Codechange: Unify end of doxygen comments.
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
/**
|
||||
* Track follower helper template class (can serve pathfinders and vehicle
|
||||
* controllers). See 6 different typedefs below for 3 different transport
|
||||
* types w/ or w/o 90-deg turns allowed */
|
||||
* types w/ or w/o 90-deg turns allowed
|
||||
*/
|
||||
template <TransportType Ttr_type_, typename VehicleType, bool T90deg_turns_allowed_ = true, bool Tmask_reserved_tracks = false>
|
||||
struct CFollowTrackT
|
||||
{
|
||||
@@ -113,7 +114,8 @@ struct CFollowTrackT
|
||||
|
||||
/**
|
||||
* main follower routine. Fills all members and return true on success.
|
||||
* Otherwise returns false if track can't be followed. */
|
||||
* Otherwise returns false if track can't be followed.
|
||||
*/
|
||||
inline bool Follow(TileIndex old_tile, Trackdir old_td)
|
||||
{
|
||||
m_old_tile = old_tile;
|
||||
|
||||
Reference in New Issue
Block a user