--- a/src/ai/api/ai_industrylist_valuator.hpp Sun Feb 24 22:30:26 2008 +0000
+++ b/src/ai/api/ai_industrylist_valuator.hpp Sun Feb 24 23:00:00 2008 +0000
@@ -8,7 +8,7 @@
#include "ai_abstractlist.hpp"
/**
- * Get the production of the cargo for entries in an AIIndustryList_v instance.
+ * Get the production of the cargo for entries in an AIIndustryList instance.
* @note resulting items are of the type int32
* @note the input items are of the type IndustryID
*/
@@ -31,7 +31,7 @@
};
/**
- * See which entries in the AIIndustryList_v instance accepts a certain cargo.
+ * See which entries in the AIIndustryList instance accepts a certain cargo.
* @note resulting items are of the type bool
* @note the input items are of the type IndustryID
*/
@@ -54,7 +54,7 @@
};
/**
- * Get the location for entries in an AIIndustryList_v instance.
+ * Get the location for entries in an AIIndustryList instance.
* @note resulting items are of the type TileIndex
* @note the input items are of the type IndustryID
*/
@@ -70,7 +70,7 @@
};
/**
- * Get the manhattan distance to a tile for entries in an AIIndustryList_v instance.
+ * Get the manhattan distance to a tile for entries in an AIIndustryList instance.
* @note resulting items are of the type distance
* @note the input items are of the type TileIndex
*/
@@ -93,7 +93,7 @@
};
/**
- * Get the sqsuare distance to a tile for entries in an AIIndustryList_v instance.
+ * Get the sqsuare distance to a tile for entries in an AIIndustryList instance.
* @note resulting items are of the type distance
* @note the input items are of the type TileIndex
*/