Doxygen: Fix mismatched filenames.

In 8 places, our \file declarations didn't match the actual files
they were in.
This commit is contained in:
Nick Mathewson
2019-10-16 08:18:26 -04:00
parent 71daad1692
commit 5e5e655e32
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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.
*/
+1 -1
View File
@@ -2,7 +2,7 @@
/* See LICENSE for licensing information */
/**
* \file consdiffmsr.c
* \file consdiffmgr.c
*
* \brief consensus diff manager functions
*
+2 -2
View File
@@ -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
+1 -1
View File
@@ -5,7 +5,7 @@
/* See LICENSE for licensing information */
/**
* \file predict_portst.h
* \file predict_ports.h
* \brief Header file for predict_ports.c.
**/
+1 -1
View File
@@ -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.
**/
+1 -1
View File
@@ -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.
**/
+1 -1
View File
@@ -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.
**/
+1 -1
View File
@@ -2,7 +2,7 @@
/* See LICENSE for licensing information */
/**
* \file threads_sys.h
* \file thread_sys.h
* \brief Declare subsystem object for threads library
**/