aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/status.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/status.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/status.h')
-rw-r--r--src/core/or/status.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/or/status.h b/src/core/or/status.h
index 3467501ebb..3568f39d6d 100644
--- a/src/core/or/status.h
+++ b/src/core/or/status.h
@@ -1,6 +1,11 @@
/* Copyright (c) 2010-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * @file status.h
+ * @brief Header for status.c
+ **/
+
#ifndef TOR_STATUS_H
#define TOR_STATUS_H
@@ -15,4 +20,3 @@ STATIC char *bytes_to_usage(uint64_t bytes);
#endif
#endif /* !defined(TOR_STATUS_H) */
-