diff options
author | Peter Powell <petpow@saberuk.com> | 2012-07-05 21:00:35 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2012-07-05 21:00:35 +0100 |
commit | 808a0a09577009c2d6e494979c2189426b332aef (patch) | |
tree | 94e1b6db3b0b45d8cbd6e0f1a51573a564ebbd17 /include/socket.h | |
parent | 34058529b9c0e9024921db0ccffbbe3c307ec6a1 (diff) |
Fix Doxygen syntax errors.
Diffstat (limited to 'include/socket.h')
-rw-r--r-- | include/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/socket.h b/include/socket.h index 7fa58f8ad..16809c3f8 100644 --- a/include/socket.h +++ b/include/socket.h @@ -105,6 +105,7 @@ namespace irc * IPV6 addresses. * @param address The human readable address, e.g. fred\@1.2.3.4 * @param cidr_mask The human readable mask, e.g. *\@1.2.0.0/16 + * @param match_with_username Does the mask include a nickname segment? * @return True if the mask matches the address */ CoreExport bool MatchCIDR(const std::string &address, const std::string &cidr_mask, bool match_with_username); |