(svn r9180) [NoAI] -Fix: copy/pasting can be nasty: wrong @file headers noai
authortruelight
Wed, 14 Mar 2007 20:25:43 +0000
branchnoai
changeset 9388 032008c3f6e3
parent 9387 4255a0a2d272
child 9389 cb4e3c4ae84e
(svn r9180) [NoAI] -Fix: copy/pasting can be nasty: wrong @file headers
src/ai/core/ai.h
src/ai/core/ai_base.hpp
src/ai/core/ai_controller.hpp
src/ai/core/ai_map.hpp
src/ai/core/ai_object.hpp
src/ai/core/map/conversion.cpp
src/ai/squirrel/squirrel_class.hpp
--- a/src/ai/core/ai.h	Wed Mar 14 20:22:07 2007 +0000
+++ b/src/ai/core/ai.h	Wed Mar 14 20:25:43 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file declaration of functions for the AI system */
+/** @file ai.h declaration of functions for the AI system */
 
 #ifndef AI_H
 #define AI_H
--- a/src/ai/core/ai_base.hpp	Wed Mar 14 20:22:07 2007 +0000
+++ b/src/ai/core/ai_base.hpp	Wed Mar 14 20:25:43 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file declaration of class for AIBase class */
+/** @file ai_base.hpp declaration of class for AIBase class */
 
 #ifndef AI_BASE_HPP
 #define AI_BASE_HPP
--- a/src/ai/core/ai_controller.hpp	Wed Mar 14 20:22:07 2007 +0000
+++ b/src/ai/core/ai_controller.hpp	Wed Mar 14 20:25:43 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file declaration of class for AIController class */
+/** @file ai_controler.hpp declaration of class for AIController class */
 
 #ifndef AI_CONTROLLER_HPP
 #define AI_CONTROLLER_HPP
--- a/src/ai/core/ai_map.hpp	Wed Mar 14 20:22:07 2007 +0000
+++ b/src/ai/core/ai_map.hpp	Wed Mar 14 20:25:43 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file ai_company.hpp Everything to query map metadata */
+/** @file ai_map.hpp Everything to query map metadata */
 
 #ifndef AI_MAP_HPP
 #define AI_MAP_HPP
--- a/src/ai/core/ai_object.hpp	Wed Mar 14 20:22:07 2007 +0000
+++ b/src/ai/core/ai_object.hpp	Wed Mar 14 20:25:43 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file declaration of class for AIObject class */
+/** @file ai_object declaration of class for AIObject class */
 
 #ifndef AI_OBJECT_HPP
 #define AI_OBJECT_HPP
--- a/src/ai/core/map/conversion.cpp	Wed Mar 14 20:22:07 2007 +0000
+++ b/src/ai/core/map/conversion.cpp	Wed Mar 14 20:25:43 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file query.cpp handles the query-related of the AIMap class */
+/** @file conversion.cpp handles the conversion-related of the AIMap class */
 
 #include "../ai_map.hpp"
 
--- a/src/ai/squirrel/squirrel_class.hpp	Wed Mar 14 20:22:07 2007 +0000
+++ b/src/ai/squirrel/squirrel_class.hpp	Wed Mar 14 20:25:43 2007 +0000
@@ -1,3 +1,7 @@
+/* $Id$ */
+
+/** @file squirrel_class.cpp defines templates for converting C++ classes to Squirrel classes */
+
 #ifndef SQUIRREL_CLASS_HPP
 #define SQUIRREL_CLASS_HPP