Codefix: wrong parameter names and partially missing parameters

This commit is contained in:
Rubidium
2026-01-31 18:24:55 +01:00
committed by rubidium42
parent c6c06e13eb
commit bcaf3eaec2
66 changed files with 117 additions and 47 deletions
+1
View File
@@ -42,6 +42,7 @@ static constexpr size_t CHANGELOG_VERSIONS_LIMIT = 20;
* Find the path to the game manual file.
*
* @param filename The filename to find.
* @param subdir The sub directory to search in.
* @return std::string The path to the filename if found.
*/
static std::optional<std::string> FindGameManualFilePath(std::string_view filename, Subdirectory subdir)