Browse Source

[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.
Stephen Morris 10 years ago
parent
commit
64fd0161e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/Doxyfile

+ 1 - 1
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