Browse Source

r11287@catbus: nickm | 2007-01-23 20:30:04 -0500
Yet more documentation. (Again, trying to see whether I have buildbot working).


svn:r9396

Nick Mathewson 17 years ago
parent
commit
5cd1f0680e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/or/circuitlist.c

+ 2 - 1
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)
 {