(svn r13188) [NoAI] -Fix: missed @param in doxygen comment noai
authortruebrain
Mon, 19 May 2008 14:14:33 +0000
branchnoai
changeset 10644 6c4314786d68
parent 10643 970417eef395
child 10645 8cbdb511a674
(svn r13188) [NoAI] -Fix: missed @param in doxygen comment
src/ai/api/ai_station.hpp
--- a/src/ai/api/ai_station.hpp	Mon May 19 14:11:21 2008 +0000
+++ b/src/ai/api/ai_station.hpp	Mon May 19 14:14:33 2008 +0000
@@ -72,6 +72,7 @@
 
 	/**
 	 * Set the name this station.
+	 * @param station_id The station to set the name of.
 	 * @param name The new name of the station.
 	 * @pre IsValidStation(station_id).
 	 * @pre 'name' must have at least one character.