diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-26 12:05:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-26 12:05:28 -0400 |
commit | 68f808604187af539128c79b4fb84099b3e17e4f (patch) | |
tree | e26c7c54db32a51099b2040d46ad403d3124f048 /src/feature/dirclient/download_status_st.h | |
parent | 30c6ab5150248019358addba391cd0a90e9614af (diff) | |
download | tor-68f808604187af539128c79b4fb84099b3e17e4f.tar.gz tor-68f808604187af539128c79b4fb84099b3e17e4f.zip |
doxygen: add @file declarations for src/feature/
If a file doesn't use the file command (either \file or @file),
Doxygen won't try to process it.
Diffstat (limited to 'src/feature/dirclient/download_status_st.h')
-rw-r--r-- | src/feature/dirclient/download_status_st.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/feature/dirclient/download_status_st.h b/src/feature/dirclient/download_status_st.h index 39a5ad2860..29d0dd5d5f 100644 --- a/src/feature/dirclient/download_status_st.h +++ b/src/feature/dirclient/download_status_st.h @@ -4,6 +4,11 @@ * Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * @file download_status_st.h + * @brief Directory download status/schedule structure. + **/ + #ifndef DOWNLOAD_STATUS_ST_H #define DOWNLOAD_STATUS_ST_H @@ -62,4 +67,3 @@ struct download_status_t { }; #endif /* !defined(DOWNLOAD_STATUS_ST_H) */ - |