diff options
author | Attila Molnar <attilamolnar@hush.com> | 2012-07-05 13:03:48 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2012-07-05 13:03:48 -0700 |
commit | def08e968b2ed922d7ee69d92d6754f858d00f57 (patch) | |
tree | 5125fa4a8bc4d2901da96ddec8577f21d67f0f32 /include/socket.h | |
parent | 2cb47dd7920355b11edd664f7399ca69e0d5d0b4 (diff) | |
parent | 808a0a09577009c2d6e494979c2189426b332aef (diff) |
Merge pull request #242 from SaberUK/insp20-doxygen-fix
[2.0] Doxygen fixes
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); |