From de9c91ecee6e6de72bbc1c620095807d6b49ec27 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 14 Feb 2009 18:40:31 +0000 Subject: (svn r15479) -Fix: Documentation of AIIndustryType::CanBuildIndustry(). --- src/ai/api/ai_industrytype.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ai') diff --git a/src/ai/api/ai_industrytype.hpp b/src/ai/api/ai_industrytype.hpp index 9118a5638..2b9241745 100644 --- a/src/ai/api/ai_industrytype.hpp +++ b/src/ai/api/ai_industrytype.hpp @@ -79,8 +79,8 @@ public: * Can you build this type of industry? * @param industry_type The type of the industry. * @pre IsValidIndustryType(industry_type). - * @return True if you can prospect this type of industry. - * @note Returns false if you can only prospect this type of industry. + * @return True if you can build this type of industry at locations of your choice. + * @note Returns false if you can only prospect this type of industry, or not build it at all. */ static bool CanBuildIndustry(IndustryType industry_type); -- cgit v1.2.3-54-g00ecf