(svn r10539) [NoAI] -Documentation: added some comments for AI(Vehicle)StationList noai
authortruelight
Fri, 13 Jul 2007 10:49:57 +0000
branchnoai
changeset 9646 1e63b7128e05
parent 9645 25126afa0c25
child 9647 c17046b1b8a2
(svn r10539) [NoAI] -Documentation: added some comments for AI(Vehicle)StationList
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);
 };