]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Doxygen: Fix mismatched filenames.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 12:18:26 +0000 (08:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 12:18:26 +0000 (08:18 -0400)
In 8 places, our \file declarations didn't match the actual files
they were in.

src/app/config/or_state_st.h
src/feature/dircache/consdiffmgr.c
src/feature/rend/rendparse.h
src/feature/stats/predict_ports.h
src/lib/crypt_ops/crypto_dh_nss.c
src/lib/crypt_ops/crypto_sys.h
src/lib/net/network_sys.h
src/lib/thread/thread_sys.h

index 225003bb7e0ec719640b7351919d2fdd3b79205d..27cc936c7dbf335c7972301eba3afc86d125ce3e 100644 (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.
  */
index 397efa03411c1dbf13b4ce8662c9b33efa4fe74f..bc02a33e3006bd63b9bb719c30572699b591e984 100644 (file)
@@ -2,7 +2,7 @@
 /* See LICENSE for licensing information */
 
 /**
- * \file consdiffmsr.c
+ * \file consdiffmgr.c
  *
  * \brief consensus diff manager functions
  *
index b1ccce9b6c19c56caad1eb5641854a38ed28073a..da2c2e4b7f198da24e4db4b49524237830f7883e 100644 (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
index 45b206c23a2f52b1d841302cf8bc5dd8d9bab13f..a994db1d17f0805024101f13f9a37a77e7966c5c 100644 (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.
  **/
 
index 379eb84a4f551553ef182539f62439cf46d61868..aa95fb508fbb0e1a9848915544f84c81284b70e3 100644 (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.
  **/
index 894243b175697889e4263c8ec2200d2810b8f002..ff449d2e0b63b1583421cc1516ceb20e9bfcf203 100644 (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.
  **/
 
index 43e62592cac1114fc4cc3a8f6d77f58ac125af4a..34ac3d120cef552fa549e356135c3b9b48ac2a59 100644 (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.
  **/
 
index c0daf2b5e9bb14e3f0460fe755484dbdb3664d2d..ef27134a3256d1d43b90007546e434a9a56d536e 100644 (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
  **/