Преглед изворни кода

give connection.c a skeletal file/brief header

svn:r1831
Roger Dingledine пре 22 година
родитељ
комит
397466a23d
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      src/or/connection.c

+ 5 - 0
src/or/connection.c

@@ -2,6 +2,11 @@
 /* See LICENSE for licensing information */
 /* $Id$ */
 
+/**
+ * \file connection.c
+ * \brief foo
+ **/
+
 #include "or.h"
 
 /********* START VARIABLES **********/