From: Nick Mathewson Date: Fri, 12 Feb 2016 03:06:44 +0000 (-0500) Subject: Fix all doxygen warnings other than "X is not documented" X-Git-Tag: tor-0.2.8.2-alpha~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f679d4ae11cd976f5539bc4ddf36873132aeb00;p=thirdparty%2Ftor.git Fix all doxygen warnings other than "X is not documented" --- diff --git a/src/or/config.c b/src/or/config.c index d71cf6dec7..5273d5ade7 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2693,7 +2693,7 @@ options_validate_cb(void *old_options, void *options, void *default_options, /** Log a warning message iff filepath is not absolute. * Warning message must contain option name option and - * an absolute path that filepath will resolve to. + * an absolute path that filepath will resolve to. * * In case filepath is absolute, do nothing. */ diff --git a/src/or/policies.c b/src/or/policies.c index 984ab6acf9..179230b88a 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -1703,19 +1703,21 @@ exit_policy_remove_redundancies(smartlist_t *dest) /** Reject private helper for policies_parse_exit_policy_internal: rejects * publicly routable addresses on this exit relay. * - * Add reject entries to the linked list *dest: - * - if configured_addresses is non-NULL, add entries that reject each - * tor_addr_t* in the list as a destination. - * - if reject_interface_addresses is true, add entries that reject each + * Add reject entries to the linked list *dest: + *
    + *
  • if configured_addresses is non-NULL, add entries that reject each + * tor_addr_t in the list as a destination. + *
  • if reject_interface_addresses is true, add entries that reject each * public IPv4 and IPv6 address of each interface on this machine. - * - if reject_configured_port_addresses is true, add entries that reject + *
  • if reject_configured_port_addresses is true, add entries that reject * each IPv4 and IPv6 address configured for a port. + *
* * IPv6 entries are only added if ipv6_exit is true. (All IPv6 addresses are * already blocked by policies_parse_exit_policy_internal if ipv6_exit is * false.) * - * The list *dest is created as needed. + * The list in dest is created as needed. */ void policies_parse_exit_policy_reject_private( 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 *malformed_list>/b> to true if the entire policy list should be + * Set *malformed_list 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.