]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
doxygen uses backslashes, not forward-slashes
authorNick Mathewson <nickm@torproject.org>
Tue, 30 Nov 2004 06:17:35 +0000 (06:17 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 30 Nov 2004 06:17:35 +0000 (06:17 +0000)
svn:r3033

src/common/log.h
src/or/config.c
src/or/control.c

index 6ee13cbfda6628b8a4f809854dc8b95fc27299aa..d362549e9c940b1de68d04c7aeac819cad913aeb 100644 (file)
@@ -3,9 +3,9 @@
 /* $Id$ */
 
 /**
- * /file log.h
+ * \file log.h
  *
- * /brief Headers for logging functions.
+ * \brief Headers for logging functions.
  **/
 
 #ifndef __LOG_H
index 8397a0dbdaceb660d52ffb000f8f95aa9852cfeb..3aa95b563d00309074e6f8e3ac17d03631233df6 100644 (file)
@@ -6,10 +6,9 @@
 const char config_c_id[] = "$Id$";
 
 /**
- * /file config.c
- *
- * /brief Code to parse and interpret configuration files.
+ * \file config.c
  *
+ * \brief Code to parse and interpret configuration files.
  **/
 
 #include "or.h"
index 38d80b8a5ea5fa7a0da7cf5d156262875c59cc06..dfe0ea55efbe436aba5868edd3dbeefcff3efcc5 100644 (file)
@@ -4,9 +4,9 @@
 const char control_c_id[] = "$Id$";
 
 /**
- * /file control.c
+ * \file control.c
  *
- * /brief Implementation for Tor's control-socket interface.
+ * \brief Implementation for Tor's control-socket interface.
  */
 
 #include "or.h"