aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/listener_connection_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/listener_connection_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/listener_connection_st.h')
-rw-r--r--src/core/or/listener_connection_st.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/or/listener_connection_st.h b/src/core/or/listener_connection_st.h
index 1250d9c9b4..fafc8444f9 100644
--- a/src/core/or/listener_connection_st.h
+++ b/src/core/or/listener_connection_st.h
@@ -4,6 +4,11 @@
* Copyright (c) 2007-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * @file listener_connection_st.h
+ * @brief Listener connection structure.
+ **/
+
#ifndef LISTENER_CONNECTION_ST_H
#define LISTENER_CONNECTION_ST_H
@@ -22,4 +27,3 @@ struct listener_connection_t {
};
#endif /* !defined(LISTENER_CONNECTION_ST_H) */
-