tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5e5e655e323c917ad0b5e5b48056bd5d49645182
parent 71daad1692bc3f2478a527da0570a6c13c3a99fd
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 16 Oct 2019 08:18:26 -0400

Doxygen: Fix mismatched filenames.

In 8 places, our \file declarations didn't match the actual files
they were in.

Diffstat:
Msrc/app/config/or_state_st.h | 2+-
Msrc/feature/dircache/consdiffmgr.c | 2+-
Msrc/feature/rend/rendparse.h | 4++--
Msrc/feature/stats/predict_ports.h | 2+-
Msrc/lib/crypt_ops/crypto_dh_nss.c | 2+-
Msrc/lib/crypt_ops/crypto_sys.h | 2+-
Msrc/lib/net/network_sys.h | 2+-
Msrc/lib/thread/thread_sys.h | 2+-
8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/app/config/or_state_st.h b/src/app/config/or_state_st.h @@ -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. */ diff --git a/src/feature/dircache/consdiffmgr.c b/src/feature/dircache/consdiffmgr.c @@ -2,7 +2,7 @@ /* See LICENSE for licensing information */ /** - * \file consdiffmsr.c + * \file consdiffmgr.c * * \brief consensus diff manager functions * diff --git a/src/feature/rend/rendparse.h b/src/feature/rend/rendparse.h @@ -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 diff --git a/src/feature/stats/predict_ports.h b/src/feature/stats/predict_ports.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. **/ diff --git a/src/lib/crypt_ops/crypto_dh_nss.c b/src/lib/crypt_ops/crypto_dh_nss.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. **/ diff --git a/src/lib/crypt_ops/crypto_sys.h b/src/lib/crypt_ops/crypto_sys.h @@ -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. **/ diff --git a/src/lib/net/network_sys.h b/src/lib/net/network_sys.h @@ -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. **/ diff --git a/src/lib/thread/thread_sys.h b/src/lib/thread/thread_sys.h @@ -2,7 +2,7 @@ /* See LICENSE for licensing information */ /** - * \file threads_sys.h + * \file thread_sys.h * \brief Declare subsystem object for threads library **/