Codechange: remove @return documentation for void methods

This commit is contained in:
Rubidium
2026-02-15 20:30:26 +01:00
committed by rubidium42
parent 308eff6eeb
commit a0b173b43c
12 changed files with 10 additions and 20 deletions
+1 -2
View File
@@ -344,8 +344,7 @@ bool FioRemove(const std::string &filename)
/**
* Appends, if necessary, the path separator character to the end of the string.
* It does not add the path separator to zero-sized strings.
* @param buf string to append the separator to
* @return true iff the operation succeeded
* @param buf String to append the separator to.
*/
void AppendPathSeparator(std::string &buf)
{