diff -r 3b068c3a1c74 -r 0fa543611bbe src/station.cpp --- a/src/station.cpp Thu Apr 19 14:48:10 2007 +0000 +++ b/src/station.cpp Tue Jun 12 11:56:35 2007 +0000 @@ -55,12 +55,12 @@ } /** - * Clean up a station by clearing vehicle orders and invalidating windows. - * Aircraft-Hangar orders need special treatment here, as the hangars are - * actually part of a station (tiletype is STATION), but the order type - * is OT_GOTO_DEPOT. - * @param st Station to be deleted - */ + * Clean up a station by clearing vehicle orders and invalidating windows. + * Aircraft-Hangar orders need special treatment here, as the hangars are + * actually part of a station (tiletype is STATION), but the order type + * is OT_GOTO_DEPOT. + * @param st Station to be deleted + */ Station::~Station() { DEBUG(station, cDebugCtorLevel, "I-%3d", index); @@ -106,7 +106,7 @@ } /** Called when new facility is built on the station. If it is the first facility - * it initializes also 'xy' and 'random_bits' members */ + * it initializes also 'xy' and 'random_bits' members */ void Station::AddFacility(byte new_facility_bit, TileIndex facil_xy) { if (facilities == 0) { @@ -182,7 +182,7 @@ /** Obtain the length of a platform * @pre tile must be a railway station tile * @param tile A tile that contains the platform in question - * @returns The length of the platform + * @return The length of the platform */ uint Station::GetPlatformLength(TileIndex tile) const {