Doxygen: fix warnings about mismatched HTML tags.

This commit is contained in:
Nick Mathewson
2019-10-16 08:25:10 -04:00
parent 5e5e655e32
commit 98735c40b6
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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.