From 5cd1f0680ec886c3bae7d443bb2a2809eb9fb301 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 24 Jan 2007 01:30:07 +0000 Subject: r11287@catbus: nickm | 2007-01-23 20:30:04 -0500 Yet more documentation. (Again, trying to see whether I have buildbot working). svn:r9396 --- src/or/circuitlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/or/circuitlist.c') diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 32125402d..61dca3fbf 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -244,7 +244,8 @@ circuit_state_to_string(int state) } } -/* DOCDOC */ +/** Initialize the common elements in a circuit_t, and add it to the global + * list. */ static void init_circuit_base(circuit_t *circ) { -- cgit v1.2.3