(svn r10632) [NoAI] -Documentation: fix the documentation for AIEvent Constructor noai
authortruelight
Thu, 19 Jul 2007 22:41:38 +0000
branchnoai
changeset 9683 a4683b021073
parent 9682 d031eb183733
child 9684 623970482fb2
(svn r10632) [NoAI] -Documentation: fix the documentation for AIEvent Constructor
src/ai/api/ai_event.hpp
--- a/src/ai/api/ai_event.hpp	Thu Jul 19 22:39:43 2007 +0000
+++ b/src/ai/api/ai_event.hpp	Thu Jul 19 22:41:38 2007 +0000
@@ -23,6 +23,9 @@
 		AI_ET_CRASHED_VEHICLE,
 	};
 
+	/**
+	 * Constructor of AIEvent, to get the type of event.
+	 */
 	AIEvent(AIEvent::AIEventType type) :
 		type(type)
 	{}