doxygen uses backslashes, not forward-slashes

svn:r3033
This commit is contained in:
Nick Mathewson
2004-11-30 06:17:35 +00:00
parent 9870f5be1b
commit 18c2c621ed
3 changed files with 6 additions and 7 deletions
+2 -2
View 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
+2 -3
View 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"
+2 -2
View 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"