mirror of https://github.com/OpenTTD/OpenTTD
Codechange: Update doxygen comment to reflect removed parameter (#12499)
parent
cd108fd9e4
commit
f5a50a874f
|
@ -388,7 +388,6 @@ static const char *GetDecimalSeparator()
|
||||||
* Format a number into a string.
|
* Format a number into a string.
|
||||||
* @param builder the string builder to write to
|
* @param builder the string builder to write to
|
||||||
* @param number the number to write down
|
* @param number the number to write down
|
||||||
* @param last the last element in the buffer
|
|
||||||
* @param separator the thousands-separator to use
|
* @param separator the thousands-separator to use
|
||||||
*/
|
*/
|
||||||
static void FormatNumber(StringBuilder &builder, int64_t number, const char *separator)
|
static void FormatNumber(StringBuilder &builder, int64_t number, const char *separator)
|
||||||
|
|
Loading…
Reference in New Issue