# HG changeset patch # User truelight # Date 1184323797 0 # Node ID 1e63b7128e0545b0024fd7ffee0b6f048c50523b # Parent 25126afa0c2511fdb69384020cd9c157fbc113fa (svn r10539) [NoAI] -Documentation: added some comments for AI(Vehicle)StationList diff -r 25126afa0c25 -r 1e63b7128e05 src/ai/api/ai_stationlist.hpp --- a/src/ai/api/ai_stationlist.hpp Fri Jul 13 10:48:08 2007 +0000 +++ b/src/ai/api/ai_stationlist.hpp Fri Jul 13 10:49:57 2007 +0000 @@ -28,6 +28,7 @@ /** * The constructor to make a list of stations. + * @param type The type of station you want a list of. */ AIStationList(AIStationList::StationType type); }; @@ -45,6 +46,7 @@ /** * The constructor to make a list of stations. + * @param vehicle_id The vehicles to get the list of stations he goes to from. */ AIVehicleStationList(VehicleID vehicle_id); };