From 18c2c621ed3629297a2b0eb97fc0fd3afbfffe6d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 30 Nov 2004 06:17:35 +0000 Subject: [PATCH] doxygen uses backslashes, not forward-slashes svn:r3033 --- trunk/src/common/log.h | 4 ++-- trunk/src/or/config.c | 5 ++--- trunk/src/or/control.c | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/trunk/src/common/log.h b/trunk/src/common/log.h index 6ee13cbfda..d362549e9c 100644 --- a/trunk/src/common/log.h +++ b/trunk/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/trunk/src/or/config.c b/trunk/src/or/config.c index 8397a0dbda..3aa95b563d 100644 --- a/trunk/src/or/config.c +++ b/trunk/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/trunk/src/or/control.c b/trunk/src/or/control.c index 38d80b8a5e..dfe0ea55ef 100644 --- a/trunk/src/or/control.c +++ b/trunk/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"