Skip to content
Snippets Groups Projects
Commit 5e5e655e authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Doxygen: Fix mismatched filenames.

In 8 places, our \file declarations didn't match the actual files
they were in.
parent 71daad16
No related branches found
No related tags found
No related merge requests found
......@@ -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
**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment