(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary

This commit is contained in:
rubidium
2009-09-19 15:17:47 +00:00
parent 0fd79cc4cc
commit 2e5596025c
18 changed files with 15 additions and 31 deletions

View File

@@ -863,7 +863,7 @@ void GetStationLayout(byte *layout, int numtracks, int plat_len, const StationSp
/**
* Find a nearby station that joins this station.
* @tparam T the class to find a station for
* @param error_message the error message when building a station on top of others
* @tparam error_message the error message when building a station on top of others
* @param existing_station an existing station we build over
* @param station_to_join the station to join to
* @param adjacent whether adjacent stations are allowed