From 114ea0bcb6522c3984efea4177487dce25f5be19 Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Tue, 22 Jun 2010 00:12:29 +0000 Subject: [PATCH] add src/bin/auth/ to INPUT git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221@2201 e5f2f494-b856-4b98-b285-d166d9295462 --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 02cbf27368..626dfcdbf5 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 +INPUT = ../src/lib/cc ../src/lib/config ../src/lib/dns ../src/lib/exceptions ../src/bin/auth # 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