aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJeffrey <jeffryan@tamu.edu>2022-04-28 19:35:49 -0500
committerJeffrey <jeffryan@tamu.edu>2022-04-28 19:35:49 -0500
commit6ef945d9a59bf1a2049fdbbe2e820b331cefc947 (patch)
tree38e09b79c08c448d35317b29491c24b83a52f569 /contrib
parentMerge pull request #8275 (diff)
downloadmonero-6ef945d9a59bf1a2049fdbbe2e820b331cefc947.tar.xz
Doxygen: Hide anonymous namespaces from documentation by default
Bonus: little doc fix for net_ssl.h
Diffstat (limited to 'contrib')
-rw-r--r--contrib/epee/include/net/net_ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/net_ssl.h b/contrib/epee/include/net/net_ssl.h
index 58cd7e45f..108e6771b 100644
--- a/contrib/epee/include/net/net_ssl.h
+++ b/contrib/epee/include/net/net_ssl.h
@@ -104,7 +104,7 @@ namespace net_utils
//! \return False iff ssl is disabled, otherwise true.
explicit operator bool() const noexcept { return support != ssl_support_t::e_ssl_support_disabled; }
- //! \retrurn True if `host` can be verified using `this` configuration WITHOUT system "root" CAs.
+ //! \return True if `host` can be verified using `this` configuration WITHOUT system "root" CAs.
bool has_strong_verification(boost::string_ref host) const noexcept;
//! Search against internal fingerprints. Always false if `behavior() != user_certificate_check`.