]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2202] added new util/threads directory to the doxygen input list.
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 28 Sep 2012 16:54:00 +0000 (09:54 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 28 Sep 2012 16:54:00 +0000 (09:54 -0700)
doc/Doxyfile

index 7e122e9c097283f133fa6fbb5d4db2b8d4ad35c5..f6b9fa00948b628c7efcb31ca8a7bf2e04b14b68 100644 (file)
@@ -579,8 +579,9 @@ INPUT                  = ../src/lib/exceptions ../src/lib/cc \
     ../src/lib/log/compiler ../src/lib/asiolink/ ../src/lib/nsas \
     ../src/lib/testutils ../src/lib/cache ../src/lib/server_common/ \
     ../src/bin/sockcreator/ ../src/lib/util/ ../src/lib/util/io/ \
-    ../src/lib/resolve ../src/lib/acl ../src/bin/dhcp6 ../src/lib/dhcp \
-    ../src/bin/dhcp4 ../tests/tools/perfdhcp devel
+    ../src/lib/util/threads/ ../src/lib/resolve ../src/lib/acl \
+    ../src/bin/dhcp6 ../src/lib/dhcp ../src/bin/dhcp4 \
+    ../tests/tools/perfdhcp devel
 
 # 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