hs_cache.c: fix HTML tags in doxygen comments.

This commit is contained in:
Nick Mathewson 2019-10-17 08:27:17 -04:00
parent 39cf575ed4
commit 5c09230b45

View File

@ -389,7 +389,7 @@ lookup_v3_desc_as_client(const uint8_t *key)
}
/** Parse the encoded descriptor in <b>desc_str</b> using
* <b>service_identity_pk<b> to decrypt it first.
* <b>service_identity_pk</b> 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 <b>cached_desc</b has
/** Return true iff the cached client descriptor at <b>cached_desc</b> has
* expired. */
static int
cached_client_descriptor_has_expired(time_t now,