summaryrefslogtreecommitdiff
path: root/src/common/log.h
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 /src/common/log.h
parenta3477223de716134745656503a6dc6645c92f967 (diff)
downloadtor-f19e9b85778fcc6f1aa0e4bbaa9865801c6150d3.tar.gz
tor-f19e9b85778fcc6f1aa0e4bbaa9865801c6150d3.zip
doxygen uses backslashes, not forward-slashes
svn:r3033
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h4
1 files changed, 2 insertions, 2 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