Codechange: add missing @param and @return

This commit is contained in:
Rubidium
2026-02-16 17:19:09 +01:00
committed by rubidium42
parent 02438e9934
commit 7aecc268b6
18 changed files with 94 additions and 18 deletions
+2
View File
@@ -62,6 +62,8 @@ void InitializeOldNames();
* It isn't as much of an unique ID but more a hashed digest of a random
* string and a time. It is very likely to be unique, but it does not follow
* any UUID standard.
* @param subject What to create the ID for.
* @return The generated ID.
*/
std::string GenerateUid(std::string_view subject)
{