[tor-commits] [tor/master] Fix some DOCDOCs

nickm at torproject.org nickm at torproject.org
Tue Nov 29 22:50:50 UTC 2011


commit 9e8f3ee8e4d5ad5ce98aeb37b2b8c724a1936355
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Nov 29 17:52:16 2011 -0500

    Fix some DOCDOCs
---
 src/or/connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/connection.c b/src/or/connection.c
index 9c30d8e..b87f922 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -2046,7 +2046,7 @@ retry_all_listeners(smartlist_t *replaced_conns,
   return retval;
 }
 
-/** DOCDOC */
+/** Mark every listener of type other than CONTROL_LISTENER to be closed. */
 void
 connection_mark_all_noncontrol_listeners(void)
 {
@@ -2060,7 +2060,7 @@ connection_mark_all_noncontrol_listeners(void)
   } SMARTLIST_FOREACH_END(conn);
 }
 
-/** DOCDOC */
+/** Mark every external conection not used for controllers for close. */
 void
 connection_mark_all_noncontrol_connections(void)
 {





More information about the tor-commits mailing list