From b314b68d618dc38a974722625061c9450f692875 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 26 Oct 2019 12:07:09 -0400 Subject: Fix doxygen HTML warnings in src/feature. --- src/feature/dircache/conscache.c | 2 +- src/feature/dircache/dircache.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/feature') diff --git a/src/feature/dircache/conscache.c b/src/feature/dircache/conscache.c index 80da52aa1b..903fa5bc0a 100644 --- a/src/feature/dircache/conscache.c +++ b/src/feature/dircache/conscache.c @@ -251,7 +251,7 @@ consensus_cache_find_first(consensus_cache_t *cache, } /** - * Given a cache, add every entry to out for which + * Given a cache, add every entry to out for which * key=value. If key is NULL, add every entry. * * Do not add any entry that has been marked for removal. diff --git a/src/feature/dircache/dircache.c b/src/feature/dircache/dircache.c index 91d5a7e487..795f1b8ed7 100644 --- a/src/feature/dircache/dircache.c +++ b/src/feature/dircache/dircache.c @@ -565,7 +565,7 @@ parse_one_diff_hash(uint8_t *digest, const char *hex, const char *location, } /** If there is an X-Or-Diff-From-Consensus header included in headers, - * set digest_out to a new smartlist containing every 256-bit + * set digest_out to a new smartlist containing every 256-bit * hex-encoded digest listed in that header and return 0. Otherwise return * -1. */ static int @@ -1384,7 +1384,7 @@ handle_get_hs_descriptor_v2(dir_connection_t *conn, return 0; } -/** Helper function for GET /tor/hs/3/. Only for version 3. +/** Helper function for GET `/tor/hs/3/...`. Only for version 3. */ STATIC int handle_get_hs_descriptor_v3(dir_connection_t *conn, -- cgit v1.2.3-54-g00ecf