(svn r12825) [NoAI] -Fix r12823: minor documentation clearup noai
authortruebrain
Mon, 21 Apr 2008 20:52:54 +0000
branchnoai
changeset 10292 7856e972f8aa
parent 10291 11cb78922367
child 10294 7798ae816af8
(svn r12825) [NoAI] -Fix r12823: minor documentation clearup
src/ai/api/ai_company.hpp
--- a/src/ai/api/ai_company.hpp	Mon Apr 21 20:33:03 2008 +0000
+++ b/src/ai/api/ai_company.hpp	Mon Apr 21 20:52:54 2008 +0000
@@ -171,7 +171,7 @@
 	 * Return the number of months before/after max age to autorenew an engine for a company.
 	 * @param company The company to get the autorenew months of.
 	 * @pre ResolveCompanyIndex(company) != INVALID_COMPANY.
-	 * @return The months between autorenew.
+	 * @return The months before/after max age of engine.
 	 */
 	static int16 GetAutoRenewMonths(CompanyIndex company);