summaryrefslogtreecommitdiff
path: root/src/feature/control/getinfo_geoip.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-26 12:05:28 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-26 12:05:28 -0400
commit68f808604187af539128c79b4fb84099b3e17e4f (patch)
treee26c7c54db32a51099b2040d46ad403d3124f048 /src/feature/control/getinfo_geoip.c
parent30c6ab5150248019358addba391cd0a90e9614af (diff)
downloadtor-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/control/getinfo_geoip.c')
-rw-r--r--src/feature/control/getinfo_geoip.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/feature/control/getinfo_geoip.c b/src/feature/control/getinfo_geoip.c
index d188725fa3..4636ede039 100644
--- a/src/feature/control/getinfo_geoip.c
+++ b/src/feature/control/getinfo_geoip.c
@@ -1,3 +1,12 @@
+/* Copyright (c) 2001-2004, Roger Dingledine.
+ * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
+ * Copyright (c) 2007-2019, The Tor Project, Inc. */
+/* See LICENSE for licensing information */
+
+/**
+ * @file getinfo_geoip.c
+ * @brief GEOIP-related contoller GETINFO commands.
+ **/
#include "core/or/or.h"
#include "core/mainloop/connection.h"