mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Doxygen: Fix mismatched filenames.
In 8 places, our \file declarations didn't match the actual files they were in.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file or_state_t
|
||||
* \file or_state_st.h
|
||||
*
|
||||
* \brief The or_state_t structure, which represents Tor's state file.
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file consdiffmsr.c
|
||||
* \file consdiffmgr.c
|
||||
*
|
||||
* \brief consensus diff manager functions
|
||||
*
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file rend_parse.h
|
||||
* \brief Header file for rend_parse.c.
|
||||
* \file rendparse.h
|
||||
* \brief Header file for rendparse.c.
|
||||
**/
|
||||
|
||||
#ifndef TOR_REND_PARSE_H
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file predict_portst.h
|
||||
* \file predict_ports.h
|
||||
* \brief Header file for predict_ports.c.
|
||||
**/
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file crypto_dh_nss.h
|
||||
* \file crypto_dh_nss.c
|
||||
*
|
||||
* \brief NSS implementation of Diffie-Hellman over Z_p.
|
||||
**/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file log_crypto.h
|
||||
* \file crypto_sys.h
|
||||
* \brief Declare subsystem object for the crypto module.
|
||||
**/
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file log_network.h
|
||||
* \file network_sys.h
|
||||
* \brief Declare subsystem object for the network module.
|
||||
**/
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file threads_sys.h
|
||||
* \file thread_sys.h
|
||||
* \brief Declare subsystem object for threads library
|
||||
**/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user