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
@@ -570,7 +570,7 @@ find_next_router_line(const smartlist_t *cons,
/** Pre-process a consensus in <b>cons</b> (represented as a list of cdline_t)
* to remove the signatures from it. If the footer is removed, return a
* cdline_t containing a delete command to delete the footer, allocated in
* <b>area</>. If no footer is removed, return NULL.
* <b>area</b>. If no footer is removed, return NULL.
*
* We remove the signatures here because they are not themselves signed, and
* as such there might be different encodings for them.