summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-30 06:17:35 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-30 06:17:35 +0000
commitf19e9b85778fcc6f1aa0e4bbaa9865801c6150d3 (patch)
treeb807aa7830d6ac750264cc0e13e77af25473f8f2
parenta3477223de716134745656503a6dc6645c92f967 (diff)
downloadtor-f19e9b85778fcc6f1aa0e4bbaa9865801c6150d3.tar.gz
tor-f19e9b85778fcc6f1aa0e4bbaa9865801c6150d3.zip
doxygen uses backslashes, not forward-slashes
svn:r3033
-rw-r--r--src/common/log.h4
-rw-r--r--src/or/config.c5
-rw-r--r--src/or/control.c4
3 files changed, 6 insertions, 7 deletions
diff --git a/src/common/log.h b/src/common/log.h
index 6ee13cbfda..d362549e9c 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -3,9 +3,9 @@
/* $Id$ */
/**
- * /file log.h
+ * \file log.h
*
- * /brief Headers for logging functions.
+ * \brief Headers for logging functions.
**/
#ifndef __LOG_H
diff --git a/src/or/config.c b/src/or/config.c
index 8397a0dbda..3aa95b563d 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -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"
diff --git a/src/or/control.c b/src/or/control.c
index 38d80b8a5e..dfe0ea55ef 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -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"