summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_company.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_company.hpp
parent229e572663158d8fd37cabf3c2a3cb06811ff0a1 (diff)
downloadopenttd-68b133c110fe18b3927e7a06a748d6b6ef4c2838.tar.xz
(svn r23299) -Codechange: remove silly comments from AI documentation
Diffstat (limited to 'src/ai/api/ai_company.hpp')
-rw-r--r--src/ai/api/ai_company.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ai/api/ai_company.hpp b/src/ai/api/ai_company.hpp
index 4980f0ebc..6a5d64d5d 100644
--- a/src/ai/api/ai_company.hpp
+++ b/src/ai/api/ai_company.hpp
@@ -131,7 +131,6 @@ public:
/**
* Gets the amount your company have loaned.
* @return The amount loaned money.
- * @post The return value is always non-negative.
* @post GetLoanInterval() is always a multiplier of the return value.
*/
static Money GetLoanAmount();
@@ -139,7 +138,6 @@ public:
/**
* Gets the maximum amount your company can loan.
* @return The maximum amount your company can loan.
- * @post The return value is always non-negative.
* @post GetLoanInterval() is always a multiplier of the return value.
*/
static Money GetMaxLoanAmount();