diff options
author | Stephen Morris <stephen@isc.org> | 2011-01-21 22:00:57 +0100 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2011-01-21 22:00:57 +0100 |
commit | 30838487e181829182543e1a32e25ad313172b89 (patch) | |
tree | ac767061c35f8ccfbf9209c1b5cc44757727853e /doc/Doxyfile | |
parent | update Changelog (diff) | |
download | kea-30838487e181829182543e1a32e25ad313172b89.tar.xz kea-30838487e181829182543e1a32e25ad313172b89.zip |
First cut at code to classify a server response
The code analyses the response for errors as well as determining whether
it is an answer or a referral.
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 0e1ab00d0f..53d3034934 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -568,7 +568,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src/lib/cc ../src/lib/config ../src/lib/dns ../src/lib/exceptions ../src/lib/datasrc ../src/bin/auth ../src/lib/bench ../src/lib/log ../src/lib/asiolink/ ../src/lib/nsas +INPUT = ../src/lib/cc ../src/lib/config ../src/lib/dns ../src/lib/exceptions ../src/lib/datasrc ../src/bin/auth ../src/bin/resolver ../src/lib/bench ../src/lib/log ../src/lib/asiolink/ ../src/lib/nsas # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |