summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_industry.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-07 16:23:42 +0000
committerfrosch <frosch@openttd.org>2009-02-07 16:23:42 +0000
commit4e8707b93f9f3d26ecdd2896b3309b0d3a75a046 (patch)
treeee5abfbdcb1b3a99bce39f33f8b81fa73b9a5258 /src/ai/api/ai_industry.hpp
parent769573d1e96efe2893010277107d4e23f98e8046 (diff)
downloadopenttd-4e8707b93f9f3d26ecdd2896b3309b0d3a75a046.tar.xz
(svn r15400) -Fix: Typos in comments.
Diffstat (limited to 'src/ai/api/ai_industry.hpp')
-rw-r--r--src/ai/api/ai_industry.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ai/api/ai_industry.hpp b/src/ai/api/ai_industry.hpp
index 501b06087..471df937a 100644
--- a/src/ai/api/ai_industry.hpp
+++ b/src/ai/api/ai_industry.hpp
@@ -47,10 +47,10 @@ public:
/**
* Gets the production of a cargo of the industry.
- * WARNING This function does not neccessarily return useful values for newindustries.
- * An industry produces at least the returned amount per month,
- * but the function can also return 0, when the industry produces lots of cargo.
- * GetLastMonthProduction() is more robust.
+ * @warning This function does not neccessarily return useful values for newindustries.
+ * An industry produces at least the returned amount per month,
+ * but the function can also return 0, when the industry produces lots of cargo.
+ * GetLastMonthProduction() is more robust.
* @param industry_id The index of the industry.
* @param cargo_id The index of the cargo.
* @pre IsValidIndustry(industry_id).