mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
Fix some DOCDOCs
svn:r2295
This commit is contained in:
parent
cf6159abb9
commit
ae46b6b077
@ -988,7 +988,10 @@ int config_init_logs(or_options_t *options)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/** XXX008 DOCDOC */
|
||||
/**
|
||||
* Given a linked list of config lines containing "allow" and "deny" tokens,
|
||||
* parse them and place the result in <b>dest</b>. Skip malformed lines.
|
||||
*/
|
||||
void
|
||||
config_parse_exit_policy(struct config_line_t *cfg,
|
||||
struct exit_policy_t **dest)
|
||||
|
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user