diff options
| author | 2023-01-24 08:02:56 +0000 | |
|---|---|---|
| committer | 2023-01-24 08:02:56 +0000 | |
| commit | f3a023523fe0d76b94d34bd0f98a1dfb0ee025bf (patch) | |
| tree | 0f00c1991ce9a79d64c50a941e3c16e5d2d936e2 /include/modules | |
| parent | Slim down stdalgo by removing unused and duplicate functions. (diff) | |
Include more stuff in the Doxygen documentation.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/cloak.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modules/cloak.h b/include/modules/cloak.h index 7a714c947..6327d12cb 100644 --- a/include/modules/cloak.h +++ b/include/modules/cloak.h @@ -47,7 +47,8 @@ namespace Cloak * "/client.sock" => "" * * @param host The hostname to cloak. - * @param domainparts The number of host labels that should be visible. + * @param hostparts The number of host labels that should be visible. + * @param separator The character that separates hostname segments. * @return The visible segment of the hostname. */ inline std::string VisiblePart(const std::string& host, size_t hostparts, char separator); |
