mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-22 18:49:40 +00:00
Codechange: add missing @param and @return
This commit is contained in:
+2
-1
@@ -215,7 +215,8 @@ std::string GetDebugString()
|
||||
* If show_date_in_logs or \p force is enabled it returns
|
||||
* the date, otherwise it returns an empty string.
|
||||
*
|
||||
* @return the prefix for logs.
|
||||
* @param force Whether to force the prefix on.
|
||||
* @return The prefix for logs.
|
||||
*/
|
||||
std::string GetLogPrefix(bool force)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user