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/dirparse | |
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/dirparse')
-rw-r--r-- | src/feature/dirparse/authcert_parse.c | 5 | ||||
-rw-r--r-- | src/feature/dirparse/unparseable.c | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/feature/dirparse/authcert_parse.c b/src/feature/dirparse/authcert_parse.c index d22293e281..b18e1159f3 100644 --- a/src/feature/dirparse/authcert_parse.c +++ b/src/feature/dirparse/authcert_parse.c @@ -4,6 +4,11 @@ * Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * @file authcert_parse.c + * @brief Authority certificate parsing. + **/ + #include "core/or/or.h" #include "feature/dirparse/authcert_parse.h" #include "feature/dirparse/parsecommon.h" diff --git a/src/feature/dirparse/unparseable.c b/src/feature/dirparse/unparseable.c index 941b5a1f6d..3b96df9e30 100644 --- a/src/feature/dirparse/unparseable.c +++ b/src/feature/dirparse/unparseable.c @@ -4,6 +4,11 @@ * Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * @file unparseable.c + * @brief Dump unparseable objects to disk. + **/ + #define UNPARSEABLE_PRIVATE #include "core/or/or.h" |