(svn r12522) [NoAI] -Fix: forgot to comment one struct noai
authortruebrain
Mon, 31 Mar 2008 18:45:18 +0000
branchnoai
changeset 9854 209d3423ef16
parent 9853 b0512cb3ceb1
child 9855 cbbeaace78b5
(svn r12522) [NoAI] -Fix: forgot to comment one struct
src/ai/api/ai_log.hpp
--- a/src/ai/api/ai_log.hpp	Mon Mar 31 18:36:25 2008 +0000
+++ b/src/ai/api/ai_log.hpp	Mon Mar 31 18:45:18 2008 +0000
@@ -30,6 +30,10 @@
 		LOG_INFO = 4,     //!< User printed some info.
 	};
 
+	/**
+	 * Internal representation of the log-data inside the AI.
+	 *  This has no use for you, as AI writer.
+	 */
 	struct LogData {
 		char **lines;
 		AILog::AILogType *type;