(svn r9628) [NoAI] -Fix: missing svn:eol-style and svn:keywords noai
authorrubidium
Sat, 14 Apr 2007 21:01:44 +0000
branchnoai
changeset 9595 91423dbb6f5f
parent 9594 5009a30f320a
child 9596 8af5a1399842
(svn r9628) [NoAI] -Fix: missing svn:eol-style and svn:keywords
[NoAI] -Fix: wrong filename for @file comments
src/ai/api/ai_road.hpp
src/ai/api/ai_tilelist_valuator.hpp
src/ai/api/ai_townlist_valuator.hpp
src/ai/api/ai_transactionmode.hpp
--- a/src/ai/api/ai_road.hpp	Sat Apr 14 20:38:10 2007 +0000
+++ b/src/ai/api/ai_road.hpp	Sat Apr 14 21:01:44 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file ai_map.hpp Everything to query and build roads */
+/** @file ai_road.hpp Everything to query and build roads */
 
 #ifndef AI_ROAD_HPP
 #define AI_ROAD_HPP
--- a/src/ai/api/ai_tilelist_valuator.hpp	Sat Apr 14 20:38:10 2007 +0000
+++ b/src/ai/api/ai_tilelist_valuator.hpp	Sat Apr 14 21:01:44 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file ai_tilelist.hpp all the valuators for tilelist */
+/** @file ai_tilelist_valuator.hpp all the valuators for tilelist */
 
 #ifndef AI_TILELIST_VALUATOR_HPP
 #define AI_TILELIST_VALUATOR_HPP
--- a/src/ai/api/ai_townlist_valuator.hpp	Sat Apr 14 20:38:10 2007 +0000
+++ b/src/ai/api/ai_townlist_valuator.hpp	Sat Apr 14 21:01:44 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file ai_townlist.hpp all the valuators for townlist */
+/** @file ai_townlist_valuator.hpp all the valuators for townlist */
 
 #ifndef AI_TOWNLIST_VALUATOR_HPP
 #define AI_TOWNLIST_VALUATOR_HPP
--- a/src/ai/api/ai_transactionmode.hpp	Sat Apr 14 20:38:10 2007 +0000
+++ b/src/ai/api/ai_transactionmode.hpp	Sat Apr 14 21:01:44 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file ai_testmode.hpp class to switch the AI to Transaction mode */
+/** @file ai_transactionmode.hpp class to switch the AI to Transaction mode */
 
 #ifndef AI_TRANSACTIONMODE_HPP
 #define AI_TRANSACTIONMODE_HPP