From 76e8effc7b8e747cd34188a5a27e6d792a66ba7e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 4 Nov 2019 11:51:38 -0500 Subject: Doxygen: document the rest of the directories in lib. (This copies documentation from doc/HACKING/design, and edits for concisensess and clarity.) --- src/lib/confmgt/lib_confmgt.dox | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/lib/confmgt') diff --git a/src/lib/confmgt/lib_confmgt.dox b/src/lib/confmgt/lib_confmgt.dox index 86cb04e847..d18fa304ca 100644 --- a/src/lib/confmgt/lib_confmgt.dox +++ b/src/lib/confmgt/lib_confmgt.dox @@ -1,4 +1,9 @@ /** @dir /lib/confmgt -@brief lib/confmgt +@brief lib/confmgt: Parse, encode, manipulate configuration files. + +This logic is used in common by our state files (statefile.c) and +configuration files (config.c) to manage a set of named, typed fields, +reading and writing them to disk and to the controller. + **/ -- cgit v1.2.3-54-g00ecf