Browse Source

Correct doxygen @file directives

Nick Mathewson 6 years ago
parent
commit
22ad8658cd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/pubsub/pubsub_macros.h
  2. 1 1
      src/lib/pubsub/pubsub_publish.c

+ 1 - 1
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

+ 1 - 1
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.
  **/