diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-08-18 21:56:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-08-18 21:56:45 +0000 |
commit | ae46b6b077443eae66a530bfa41537b66e4aa863 (patch) | |
tree | 3bd1d253eca9bc90119d180716c89b8f13fb0815 /src/or/routerparse.c | |
parent | cf6159abb98ea968d6aa732ba9678dbfdfac7156 (diff) | |
download | tor-ae46b6b077443eae66a530bfa41537b66e4aa863.tar.gz tor-ae46b6b077443eae66a530bfa41537b66e4aa863.zip |
Fix some DOCDOCs
svn:r2295
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index f434dcd660..c54097782e 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -906,9 +906,8 @@ static int router_add_exit_policy(routerinfo_t *router,directory_token_t *tok) return 0; } -/** Given a K_ACCEPT or K_REJECT token and a router, create a new exit_policy_t - * corresponding to the token, and add it to <b>router</b> */ -/* XXX008 NICK DOCDOC: there is no <b>router</b> */ +/** Given a K_ACCEPT or K_REJECT token and a router, create and return + * a new exit_policy_t corresponding to the token. */ static struct exit_policy_t * router_parse_exit_policy(directory_token_t *tok) { |