(svn r23299) -Codechange: remove silly comments from AI documentation

This commit is contained in:
truebrain
2011-11-23 16:05:59 +00:00
parent 229e572663
commit 68b133c110
3 changed files with 0 additions and 10 deletions

View File

@@ -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();