aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/quiet_level.c
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:41:43 -0400
commit30c6ab5150248019358addba391cd0a90e9614af (patch)
tree843feddf7f5a3a2cfa06ba166801224b84dee5e0 /src/app/config/quiet_level.c
parent5f299feb8270c07a9c675a83a56e6f027a07f005 (diff)
downloadtor-30c6ab5150248019358addba391cd0a90e9614af.tar.gz
tor-30c6ab5150248019358addba391cd0a90e9614af.zip
doxygen: add @file declarations for src/app
If a file doesn't use the file command (either \file or @file), Doxygen won't try to process it.
Diffstat (limited to 'src/app/config/quiet_level.c')
-rw-r--r--src/app/config/quiet_level.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/config/quiet_level.c b/src/app/config/quiet_level.c
index f00d6b5a3b..84bc0149b8 100644
--- a/src/app/config/quiet_level.c
+++ b/src/app/config/quiet_level.c
@@ -4,6 +4,11 @@
* Copyright (c) 2007-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * @file quiet_level.c
+ * @brief Code to handle default logging level (quiet/hush/normal).
+ **/
+
#include "orconfig.h"
#include "lib/log/log.h"
#include "app/config/quiet_level.h"