[or-cvs] give connection.c a skeletal file/brief header

Roger Dingledine arma at seul.org
Mon May 10 03:57:00 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	connection.c 
Log Message:
give connection.c a skeletal file/brief header


Index: connection.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection.c,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- connection.c	10 May 2004 01:32:57 -0000	1.214
+++ connection.c	10 May 2004 03:56:58 -0000	1.215
@@ -2,6 +2,11 @@
 /* See LICENSE for licensing information */
 /* $Id$ */
 
+/**
+ * \file connection.c
+ * \brief foo
+ **/
+
 #include "or.h"
 
 /********* START VARIABLES **********/



More information about the tor-commits mailing list