From d18cf47c102a238cbf6f187cec07423ddd483b4e Mon Sep 17 00:00:00 2001 From: Cyprian Klimaszewski Date: Thu, 22 Jan 2026 22:18:46 +0100 Subject: [PATCH] Codefix f4b0ac2: Documentation for non existing parameters is copied to function overrides. --- src/settings_internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/settings_internal.h b/src/settings_internal.h index b129c8971a..f2bede3e95 100644 --- a/src/settings_internal.h +++ b/src/settings_internal.h @@ -116,9 +116,8 @@ struct SettingDesc { /** * Format the value of the setting associated with this object. - * @param buf The before of the buffer to format into. - * @param last The end of the buffer to format into. * @param object The object the setting is in. + * @return The string representing the given value in human readable format. */ virtual std::string FormatValue(const void *object) const = 0;