]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3635] Correct Doxyfile
authorStephen Morris <stephen@isc.org>
Wed, 10 Dec 2014 18:21:44 +0000 (18:21 +0000)
committerStephen Morris <stephen@isc.org>
Wed, 10 Dec 2014 18:21:44 +0000 (18:21 +0000)
A previous change altered the location of the perfdhcp code (and
associated Doxygen documentation) without altering the list of
directories searched by doxygen.  This commit fixes that problem.

doc/Doxyfile

index 786062061bbb6d7f7c657df8121dcfbe3bb1aebf..a78375eef1e420456b84bde06fca807ad8484748 100644 (file)
@@ -648,6 +648,7 @@ WARN_LOGFILE           =
 INPUT                  = ../src/bin/d2 \
                          ../src/bin/dhcp4 \
                          ../src/bin/dhcp6 \
+                         ../src/bin/perfdhcp \
                          ../src/bin/sockcreator \
                          ../src/hooks/dhcp/user_chk \
                          ../src/lib/asiolink \
@@ -666,7 +667,6 @@ INPUT                  = ../src/bin/d2 \
                          ../src/lib/util \
                          ../src/lib/util/io \
                          ../src/lib/util/threads \
-                         ../tests/tools/perfdhcp \
                          devel
 
 # This tag can be used to specify the character encoding of the source files