From d5e11f21cc98f4e42b05bdddb9e3316072ec0bef Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 25 Mar 2014 11:16:18 -0400 Subject: 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. --- src/or/connection_or.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/connection_or.c') diff --git a/src/or/connection_or.c b/src/or/connection_or.c index f7a48ecbe..04ad2cc00 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 conn and deposits +/** Creates an Extended ORPort identifier for conn and deposits * it into the global list of identifiers. */ void connection_or_set_ext_or_identifier(or_connection_t *conn) -- cgit v1.2.3