mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codefix: remove @param documentation for parameters that don't exist anymore
This commit is contained in:
@@ -44,8 +44,7 @@ public:
|
||||
|
||||
/**
|
||||
* Add text to the output buffer.
|
||||
* @param text Text to store.
|
||||
* @param length Length of the text in bytes.
|
||||
* @param text Text to store.
|
||||
* @return Number of bytes actually stored.
|
||||
*/
|
||||
size_t Add(std::string_view text)
|
||||
|
||||
Reference in New Issue
Block a user