aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-11 22:06:44 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-11 22:06:44 -0500
commit1f679d4ae11cd976f5539bc4ddf36873132aeb00 (patch)
tree4f6372d74ba1c2af656daed7c08328964591766b /src/or/routerparse.c
parentfed8c5199a9fbc91a7476323c145c59e9e30e30c (diff)
downloadtor-1f679d4ae11cd976f5539bc4ddf36873132aeb00.tar.gz
tor-1f679d4ae11cd976f5539bc4ddf36873132aeb00.zip
Fix all doxygen warnings other than "X is not documented"
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index fafba96e95..3be43dcb8e 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -3679,7 +3679,7 @@ networkstatus_parse_detached_signatures(const char *s, const char *eos)
*
* Returns NULL on policy errors.
*
- * Set *<b>malformed_list>/b> to true if the entire policy list should be
+ * Set *<b>malformed_list</b> to true if the entire policy list should be
* discarded. Otherwise, set it to false, and only this item should be ignored
* on error - the rest of the policy list can continue to be processed and
* used.