summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_industrytype.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
commitf1240daed6d7c9d80170594145550a66ec2c7a71 (patch)
treeee5abfbdcb1b3a99bce39f33f8b81fa73b9a5258 /src/ai/api/ai_industrytype.hpp
parent85b49d72ceb776413b072e9babcf568d1705ecbb (diff)
downloadopenttd-f1240daed6d7c9d80170594145550a66ec2c7a71.tar.xz
(svn r15400) -Fix: Typos in comments.
Diffstat (limited to 'src/ai/api/ai_industrytype.hpp')
-rw-r--r--src/ai/api/ai_industrytype.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ai/api/ai_industrytype.hpp b/src/ai/api/ai_industrytype.hpp
index a7ef9acc1..f5773a4d3 100644
--- a/src/ai/api/ai_industrytype.hpp
+++ b/src/ai/api/ai_industrytype.hpp
@@ -33,8 +33,8 @@ public:
/**
* Get a list of CargoID possible produced by this industry-type.
- * WARNING This is function only returns the default cargos of the industry type.
- * Industries can specify new cargotypes on construction.
+ * @warning This function only returns the default cargos of the industry type.
+ * Industries can specify new cargotypes on construction.
* @param industry_type The type to get the CargoIDs for.
* @pre IsValidIndustryType(industry_type).
* @return The CargoIDs of all cargotypes this industry could produce.
@@ -43,8 +43,8 @@ public:
/**
* Get a list of CargoID accepted by this industry-type.
- * WARNING This is function only returns the default cargos of the industry type.
- * Industries can specify new cargotypes on construction.
+ * @warning This function only returns the default cargos of the industry type.
+ * Industries can specify new cargotypes on construction.
* @param industry_type The type to get the CargoIDs for.
* @pre IsValidIndustryType(industry_type).
* @return The CargoIDs of all cargotypes this industry accepts.