[tor-commits] [tor/master] Doxygen: Fix mismatched filenames.

nickm at torproject.org nickm at torproject.org
Wed Oct 16 13:11:54 UTC 2019


commit 5e5e655e323c917ad0b5e5b48056bd5d49645182
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Oct 16 08:18:26 2019 -0400

    Doxygen: Fix mismatched filenames.
    
    In 8 places, our \file declarations didn't match the actual files
    they were in.
---
 src/app/config/or_state_st.h       | 2 +-
 src/feature/dircache/consdiffmgr.c | 2 +-
 src/feature/rend/rendparse.h       | 4 ++--
 src/feature/stats/predict_ports.h  | 2 +-
 src/lib/crypt_ops/crypto_dh_nss.c  | 2 +-
 src/lib/crypt_ops/crypto_sys.h     | 2 +-
 src/lib/net/network_sys.h          | 2 +-
 src/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
index 225003bb7..27cc936c7 100644
--- 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
index 397efa034..bc02a33e3 100644
--- 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
index b1ccce9b6..da2c2e4b7 100644
--- 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
index 45b206c23..a994db1d1 100644
--- 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
index 379eb84a4..aa95fb508 100644
--- 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
index 894243b17..ff449d2e0 100644
--- 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
index 43e62592c..34ac3d120 100644
--- 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
index c0daf2b5e..ef27134a3 100644
--- 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
  **/
 





More information about the tor-commits mailing list