From: Stephen Morris Date: Wed, 10 Dec 2014 18:21:44 +0000 (+0000) Subject: [3635] Correct Doxyfile X-Git-Tag: kea-eng-20141219~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64fd0161e9b2d8b53476b5d6fb6b45593dac5f84;p=thirdparty%2Fkea.git [3635] Correct Doxyfile 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. --- diff --git a/doc/Doxyfile b/doc/Doxyfile index 786062061b..a78375eef1 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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