diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-25 11:16:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-25 11:27:43 -0400 |
commit | d5e11f21cc98f4e42b05bdddb9e3316072ec0bef (patch) | |
tree | 056208ee2c9a9bf76ab429235294feea2288f420 /src/or/connection_or.c | |
parent | c3dd2e3d9e1b307862313293f03554807649b5d5 (diff) | |
download | tor-d5e11f21cc98f4e42b05bdddb9e3316072ec0bef.tar.gz tor-d5e11f21cc98f4e42b05bdddb9e3316072ec0bef.zip |
Fix warnings from doxygen
Most of these are simple. The only nontrivial part is that our
pattern for using ENUM_BF was confusing doxygen by making declarations
that didn't look like declarations.
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index f7a48ecbe5..04ad2cc008 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -215,7 +215,7 @@ connection_or_clear_ext_or_id_map(void) orconn_ext_or_id_map = NULL; } -/** Creates an Extended ORPort identifier for <b>conn<b/> and deposits +/** Creates an Extended ORPort identifier for <b>conn</b> and deposits * it into the global list of identifiers. */ void connection_or_set_ext_or_identifier(or_connection_t *conn) |