From cb1a3674ebb3826d9e1e56146210bd79cb4a42f0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 1 Jul 2018 20:22:55 -0400 Subject: File-level documentation for some of src/lib. --- src/lib/fs/conffile.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/fs/conffile.c') diff --git a/src/lib/fs/conffile.c b/src/lib/fs/conffile.c index 37bd9f0368..600c7f6b70 100644 --- a/src/lib/fs/conffile.c +++ b/src/lib/fs/conffile.c @@ -4,6 +4,12 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file conffile.h + * + * \brief Read configuration files from disk, with full `%include` support. + **/ + #include "lib/fs/conffile.h" #include "lib/container/smartlist.h" -- cgit v1.2.3-54-g00ecf