diff -r dfafb0cf20ee -r d4321b8dd97b src/ai/api/ai_log.hpp --- a/src/ai/api/ai_log.hpp Mon Apr 07 12:31:50 2008 +0000 +++ b/src/ai/api/ai_log.hpp Mon Apr 07 12:35:43 2008 +0000 @@ -35,10 +35,10 @@ * This has no use for you, as AI writer. */ struct LogData { - char **lines; - AILog::AILogType *type; - int count; - int pos; + char **lines; //!< The log-lines. + AILog::AILogType *type; //!< Per line, which type of log it was. + int count; //!< Total amount of log-lines possible. + int pos; //!< Current position in lines. }; /**