(svn r15482) -Fix [NoAI]: Typos in api docs.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
yexo 16 years ago
parent 37819fc8c5
commit 92fc2e692c

@ -92,7 +92,7 @@ public:
* Sets the amount to loan.
* @param loan The amount to loan (multiplier of GetLoanInterval()).
* @pre 'loan' must be non-negative.
* @pre GetLoanInterval() must be a multiplier of GetLoanInterval().
* @pre GetLoanInterval() must be a multiplier of 'loan'.
* @pre 'loan' must be below GetMaxLoanAmount().
* @pre 'loan' - GetLoanAmount() + GetBankBalance() must be non-negative.
* @return True if the loan could be set to your requested amount.
@ -104,7 +104,7 @@ public:
* @param loan The amount to loan (any positive number).
* @pre 'loan' must be non-negative.
* @pre 'loan' must be below GetMaxLoanAmount().
* @return True if we could allocate a minimum of "loan" loan.
* @return True if we could allocate a minimum of 'loan' loan.
*/
static bool SetMinimumLoanAmount(int32 loan);

@ -320,7 +320,7 @@ public:
/**
* Builds a road bus or truck station.
* @param tile Place to build the depot.
* @param tile Place to build the station.
* @param front The tile exactly in front of the station.
* For drive-through stations either entrance side can be used.
* @param truck Whether to build a truck (true) or bus (false) station.

Loading…
Cancel
Save