Codechange: add missing @param and @return

This commit is contained in:
Rubidium
2026-02-15 20:45:28 +01:00
committed by rubidium42
parent a0b173b43c
commit c7468a6922
23 changed files with 143 additions and 52 deletions
+2 -1
View File
@@ -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)
{