Fix some DOCDOCs

This commit is contained in:
Nick Mathewson
2011-11-29 17:52:16 -05:00
parent 8c5a2c5b80
commit 9e8f3ee8e4
+2 -2
View File
@@ -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)
{