Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
f19e9b85
Commit
f19e9b85
authored
Nov 30, 2004
by
Nick Mathewson
🥄
Browse files
doxygen uses backslashes, not forward-slashes
svn:r3033
parent
a3477223
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/common/log.h
View file @
f19e9b85
...
...
@@ -3,9 +3,9 @@
/* $Id$ */
/**
*
/
file log.h
*
\
file log.h
*
*
/
brief Headers for logging functions.
*
\
brief Headers for logging functions.
**/
#ifndef __LOG_H
...
...
src/or/config.c
View file @
f19e9b85
...
...
@@ -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"
...
...
src/or/control.c
View file @
f19e9b85
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment