aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/half_edge_st.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-26 11:13:29 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-26 11:37:25 -0400
commitff7a70ca09be4f985b14b307d7eac869dfbf933f (patch)
treedf1d4b38b18d422e37ce76016c7cd3377badbfab /src/core/or/half_edge_st.h
parent943fd734f98516e8e8e66c2830e26b6493769458 (diff)
downloadtor-ff7a70ca09be4f985b14b307d7eac869dfbf933f.tar.gz
tor-ff7a70ca09be4f985b14b307d7eac869dfbf933f.zip
doxygen: add @file declarations for src/core/or
If a file doesn't use the file command (either \file or @file), Doxygen won't try to process it.
Diffstat (limited to 'src/core/or/half_edge_st.h')
-rw-r--r--src/core/or/half_edge_st.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/or/half_edge_st.h b/src/core/or/half_edge_st.h
index 1fe47ad3f1..cb2044654f 100644
--- a/src/core/or/half_edge_st.h
+++ b/src/core/or/half_edge_st.h
@@ -4,6 +4,11 @@
* Copyright (c) 2007-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * @file half_edge_st.h
+ * @brief Half-open connection structure.
+ **/
+
#ifndef HALF_EDGE_ST_H
#define HALF_EDGE_ST_H
@@ -31,4 +36,3 @@ typedef struct half_edge_t {
} half_edge_t;
#endif /* !defined(HALF_EDGE_ST_H) */
-