From 68f808604187af539128c79b4fb84099b3e17e4f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 26 Oct 2019 12:05:28 -0400 Subject: 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. --- src/feature/dirauth/dirauth_periodic.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/feature/dirauth/dirauth_periodic.c') diff --git a/src/feature/dirauth/dirauth_periodic.c b/src/feature/dirauth/dirauth_periodic.c index fc26358290..96194b4677 100644 --- a/src/feature/dirauth/dirauth_periodic.c +++ b/src/feature/dirauth/dirauth_periodic.c @@ -4,6 +4,11 @@ * Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * @file dirauth_periodic.c + * @brief Peridoic events for directory authorities. + **/ + #include "core/or/or.h" #include "app/config/or_options_st.h" -- cgit v1.2.3-54-g00ecf