From: Nick Mathewson Date: Thu, 17 Oct 2019 12:27:17 +0000 (-0400) Subject: hs_cache.c: fix HTML tags in doxygen comments. X-Git-Tag: tor-0.4.3.1-alpha~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c09230b4528ea77138fdb25e0aaf7d9ff90398c;p=thirdparty%2Ftor.git hs_cache.c: fix HTML tags in doxygen comments. --- diff --git a/src/feature/hs/hs_cache.c b/src/feature/hs/hs_cache.c index b223325ac6..395839fce0 100644 --- a/src/feature/hs/hs_cache.c +++ b/src/feature/hs/hs_cache.c @@ -389,7 +389,7 @@ lookup_v3_desc_as_client(const uint8_t *key) } /** Parse the encoded descriptor in desc_str using - * service_identity_pk to decrypt it first. + * service_identity_pk to decrypt it first. * * If everything goes well, allocate and return a new * hs_cache_client_descriptor_t object. In case of error, return NULL. */ @@ -664,7 +664,7 @@ cache_store_as_client(hs_cache_client_descriptor_t *client_desc) return 0; } -/** Return true iff the cached client descriptor at cached_desccached_desc has * expired. */ static int cached_client_descriptor_has_expired(time_t now,