diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-04 19:56:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-04 19:56:33 -0400 |
commit | 361260ff8f31b88946e50e96bd9f5d082264f02c (patch) | |
tree | fc173c9996579e7cc881defcebc3284187859bb1 /src/or/config.c | |
parent | f68c042637d253dfb3160357ba2b9ec530cb48ef (diff) | |
download | tor-361260ff8f31b88946e50e96bd9f5d082264f02c.tar.gz tor-361260ff8f31b88946e50e96bd9f5d082264f02c.zip |
Resolve some markup complaints from doxygen
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index 5f5960f945..81d77c33e4 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2259,7 +2259,7 @@ config_assign_value(const config_format_t *fmt, or_options_t *options, return 0; } -/** Mark every linelist in <b>options<b> "fragile", so that fresh assignments +/** Mark every linelist in <b>options</b> "fragile", so that fresh assignments * to it will replace old ones. */ static void config_mark_lists_fragile(const config_format_t *fmt, or_options_t *options) @@ -6082,7 +6082,7 @@ get_configured_ports(void) return configured_ports; } -/** Return an <address>:<port> string representation of the address +/** Return an address:port string representation of the address * where the first <b>listener_type</b> listener waits for * connections. Return NULL if we couldn't find a listener. The * string is allocated on the heap and it's the responsibility of the |