(svn r10539) [NoAI] -Documentation: added some comments for AI(Vehicle)StationList
--- 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);
};