Parcourir la 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 il y a 10 ans
Parent
commit
64fd0161e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      doc/Doxyfile

+ 1 - 1
doc/Doxyfile

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