From fefba953634ef35e2ec83716924c84a375e86ad6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 2 Feb 2007 20:06:43 +0000 Subject: r11629@catbus: nickm | 2007-02-02 15:06:17 -0500 Removing the last DOCDOC comment hurt so much that I had to use Doxygen to identify undocumented macros and comments, and add 150 more DOCDOCs to point out where they were. Oops. Hey, kids! Fixing some of these could be your first Tor patch! svn:r9477 --- src/or/circuitbuild.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/or/circuitbuild.c') diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 5198aac1b9..5a158f32e6 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -288,7 +288,7 @@ origin_circuit_init(uint8_t purpose, int onehop_tunnel, return circ; } -/** Build a new circuit for purpose. If info/b> +/** Build a new circuit for purpose. If info * is defined, then use that as your exit router, else choose a suitable * exit node. * @@ -1117,6 +1117,7 @@ router_handles_some_port(routerinfo_t *router, smartlist_t *needed_ports) return 0; } +/* DOCDOC */ static int ap_stream_wants_exit_attention(connection_t *conn) { @@ -1982,6 +1983,7 @@ control_event_guard_deferred(void) #endif } +/* DOCDOC */ #define NUM_ENTRY_PICK_TRIES 100 /** Add a new (preferably stable and fast) router to our -- cgit v1.2.3-54-g00ecf