[tor-commits] [tor/master] Correct doxygen @file directives

asn at torproject.org asn at torproject.org
Wed Mar 27 12:31:31 UTC 2019


commit 22ad8658cd3bc0c0a261975f1eb67cf408fc47d5
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Mar 12 18:57:28 2019 -0400

    Correct doxygen @file directives
---
 src/lib/pubsub/pubsub_macros.h  | 2 +-
 src/lib/pubsub/pubsub_publish.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/pubsub/pubsub_macros.h b/src/lib/pubsub/pubsub_macros.h
index 4d0638d1d..e4fdd15ae 100644
--- a/src/lib/pubsub/pubsub_macros.h
+++ b/src/lib/pubsub/pubsub_macros.h
@@ -5,7 +5,7 @@
 /* See LICENSE for licensing information */
 
 /**
- * \file msg.h
+ * \file pubsub_macros.h
  * \brief Macros to help with the publish/subscribe dispatch API.
  *
  * The dispatch API allows different subsystems of Tor to communicate with
diff --git a/src/lib/pubsub/pubsub_publish.c b/src/lib/pubsub/pubsub_publish.c
index 8c469e8ad..7b070f35c 100644
--- a/src/lib/pubsub/pubsub_publish.c
+++ b/src/lib/pubsub/pubsub_publish.c
@@ -5,7 +5,7 @@
 /* See LICENSE for licensing information */
 
 /**
- * @file pubsub_publish.h
+ * @file pubsub_publish.c
  * @brief Header for functions to publish using a pub_binding_t.
  **/
 





More information about the tor-commits mailing list