[or-cvs] doxygen for tor_main.c

Roger Dingledine arma at seul.org
Mon May 10 02:43:43 UTC 2004


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

Modified Files:
	tor_main.c 
Log Message:
doxygen for tor_main.c


Index: tor_main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/tor_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tor_main.c	5 May 2004 21:32:43 -0000	1.4
+++ tor_main.c	10 May 2004 02:43:41 -0000	1.5
@@ -1,14 +1,17 @@
-/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
+/* Copyright 2001-2004 Roger Dingledine. */
 /* See LICENSE for licensing information */
 /* $Id$ */
 
-/*****
- * tor_main.c: Entry point for tor binary.  (We keep main() in a
- * separate file so that our unit tests can use functions from main.c)
- *****/
+/**
+ * \file tor_main.c
+ * \brief Entry point for tor binary.
+ **/
 
 int tor_main(int argc, char *argv[]);
 
+/** We keep main() in a separate file so that our unit tests can use
+ * functions from main.c)
+ */
 int main(int argc, char *argv[])
 {
   return tor_main(argc, argv);



More information about the tor-commits mailing list