diff options
Diffstat (limited to 'src/or/confparse.c')
-rw-r--r-- | src/or/confparse.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/or/confparse.c b/src/or/confparse.c index ac21df25cb..26909c8fdb 100644 --- a/src/or/confparse.c +++ b/src/or/confparse.c @@ -4,6 +4,13 @@ * Copyright (c) 2007-2015, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file confparse.c + * + * \brief Back-end for parsing and generating key-value files, used to + * implement the torrc file format and the state file. + */ + #include "or.h" #include "confparse.h" #include "routerset.h" |