(svn r27123) -Fix [FS#5371] [FS#6214]: API docs (krinn)

This commit is contained in:
frosch
2015-01-20 19:11:31 +00:00
parent 8280de7240
commit a55a5bff24
2 changed files with 1 additions and 2 deletions

View File

@@ -291,7 +291,7 @@ public:
* @param station_id The airport to modify.
* @pre IsValidStation(station_id).
* @pre HasStationType(station_id, STATION_AIRPORT).
* @return True if the state could be toggled.
* @return True if the state was toggled successfully.
*/
static bool OpenCloseAirport(StationID station_id);