mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
doxygen uses backslashes, not forward-slashes
svn:r3033
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
/* $Id$ */
|
||||
|
||||
/**
|
||||
* /file log.h
|
||||
* \file log.h
|
||||
*
|
||||
* /brief Headers for logging functions.
|
||||
* \brief Headers for logging functions.
|
||||
**/
|
||||
|
||||
#ifndef __LOG_H
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user