summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_industry.hpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-11-23 16:05:59 +0000
committertruebrain <truebrain@openttd.org>2011-11-23 16:05:59 +0000
commit68b133c110fe18b3927e7a06a748d6b6ef4c2838 (patch)
treebe3b58d3f55ff77b836de0e0af56cb098784bb86 /src/ai/api/ai_industry.hpp
parent229e572663158d8fd37cabf3c2a3cb06811ff0a1 (diff)
downloadopenttd-68b133c110fe18b3927e7a06a748d6b6ef4c2838.tar.xz
(svn r23299) -Codechange: remove silly comments from AI documentation
Diffstat (limited to 'src/ai/api/ai_industry.hpp')
-rw-r--r--src/ai/api/ai_industry.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ai/api/ai_industry.hpp b/src/ai/api/ai_industry.hpp
index 4ffdf42fc..a5513e453 100644
--- a/src/ai/api/ai_industry.hpp
+++ b/src/ai/api/ai_industry.hpp
@@ -29,7 +29,6 @@ public:
/**
* Gets the number of industries.
* @return The number of industries.
- * @post Return value is always non-negative.
* @note The maximum valid IndustryID can be higher than the value returned.
*/
static int32 GetIndustryCount();