commit 22ad8658cd3bc0c0a261975f1eb67cf408fc47d5
parent 3d6bf7b36e419bbabd48b4bed82f12fca1a922b3
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 12 Mar 2019 18:57:28 -0400
Correct doxygen @file directives
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -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.
**/