]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
doxygen: add @file declarations for src/core/crypto
authorNick Mathewson <nickm@torproject.org>
Sat, 26 Oct 2019 15:13:29 +0000 (11:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 26 Oct 2019 15:39:17 +0000 (11:39 -0400)
If a file doesn't use the file command (either \file or @file),
Doxygen won't try to process it.

src/core/crypto/hs_ntor.h
src/core/crypto/onion_ntor.h
src/core/crypto/relay_crypto.c

index e5a51719152d0f7743b43add8c2467601636d07b..5a70974a0c4968852b5436994901f4ca343c0868 100644 (file)
@@ -1,6 +1,11 @@
 /* Copyright (c) 2017-2019, The Tor Project, Inc. */
 /* See LICENSE for licensing information */
 
+/**
+ * @file hs_ntor.h
+ * @brief Header for hs_ntor.c
+ **/
+
 #ifndef TOR_HS_NTOR_H
 #define TOR_HS_NTOR_H
 
index 51e72b40839d73917c528e52087cd482c9574383..ea504c1050c4473e518850dbc597d03f8b4a8bdb 100644 (file)
@@ -1,6 +1,11 @@
 /* Copyright (c) 2012-2019, The Tor Project, Inc. */
 /* See LICENSE for licensing information */
 
+/**
+ * @file onion_ntor.h
+ * @brief Header for onion_ntor.c
+ **/
+
 #ifndef TOR_ONION_NTOR_H
 #define TOR_ONION_NTOR_H
 
index 8a285131a8b8ce290c4325bc940d1ecab902a0c8..3213e6a4769c1dafb816916c66dbf702c87cc2d3 100644 (file)
@@ -4,6 +4,11 @@
  * Copyright (c) 2007-2019, The Tor Project, Inc. */
 /* See LICENSE for licensing information */
 
+/**
+ * @file relay_crypto.h
+ * @brief Header for relay_crypto.c
+ **/
+
 #include "core/or/or.h"
 #include "core/or/circuitlist.h"
 #include "core/or/crypt_path.h"