summaryrefslogtreecommitdiff
path: root/src/feature/dirparse
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-16 08:25:10 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-16 08:27:03 -0400
commit98735c40b6f503b296f7e6fefae36da24b33616e (patch)
tree6256913747485d26402ae1492670e2b33bb26d96 /src/feature/dirparse
parent5e5e655e323c917ad0b5e5b48056bd5d49645182 (diff)
downloadtor-98735c40b6f503b296f7e6fefae36da24b33616e.tar.gz
tor-98735c40b6f503b296f7e6fefae36da24b33616e.zip
Doxygen: fix warnings about mismatched HTML tags.
Diffstat (limited to 'src/feature/dirparse')
-rw-r--r--src/feature/dirparse/microdesc_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirparse/microdesc_parse.c b/src/feature/dirparse/microdesc_parse.c
index 4bb4db7821..e526a355c1 100644
--- a/src/feature/dirparse/microdesc_parse.c
+++ b/src/feature/dirparse/microdesc_parse.c
@@ -164,7 +164,7 @@ microdesc_extract_body(microdesc_t *md,
/**
* Parse a microdescriptor which begins at <b>s</b> and ends at
- * <b>start_of_next_microdesc. Store its fields into <b>md</b>. Use
+ * <b>start_of_next_microdesc</b>. Store its fields into <b>md</b>. Use
* <b>where</b> for generating log information. If <b>allow_annotations</b>
* is true, then one or more annotations may precede the microdescriptor body
* proper. Use <b>area</b> for memory management, clearing it when done.