diff options
author | fanquake <fanquake@gmail.com> | 2021-04-03 10:53:29 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-04-06 14:50:17 +0800 |
commit | 3b0078f958c46e94b468c829522ba965f5549f11 (patch) | |
tree | 09585c08fd33f9902dc78b9a3552a03ffa4f90b2 /src/netbase.h | |
parent | c6edcf1c710e4aaf1cafdbf8e86fe209b57bdeb8 (diff) |
doc: fixup -Wdocumentation issues
Diffstat (limited to 'src/netbase.h')
-rw-r--r-- | src/netbase.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/netbase.h b/src/netbase.h index 1f35c29dcb..6a87c338a0 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -172,7 +172,6 @@ CService LookupNumeric(const std::string& name, uint16_t portDefault = 0, DNSLoo * @param strSubnet A string representation of a subnet of the form `network * address [ "/", ( CIDR-style suffix | netmask ) ]`(e.g. * `2001:db8::/32`, `192.0.2.0/255.255.255.0`, or `8.8.8.8`). - * @param ret The resulting internal representation of a subnet. * * @returns Whether the operation succeeded or not. */ @@ -235,7 +234,7 @@ void InterruptSocks5(bool interrupt); * @param port The destination port. * @param auth The credentials with which to authenticate with the specified * SOCKS5 proxy. - * @param sock The SOCKS5 proxy socket. + * @param socket The SOCKS5 proxy socket. * * @returns Whether or not the operation succeeded. * |