]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
give connection.c a skeletal file/brief header
authorRoger Dingledine <arma@torproject.org>
Mon, 10 May 2004 03:56:58 +0000 (03:56 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 10 May 2004 03:56:58 +0000 (03:56 +0000)
svn:r1831

src/or/connection.c

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