Add include/gpxe as a directory to scan.

Exclude proto/uip, since uip.c and uip_arp.c both have global variables
called "c", which screws up doxygen's auto-generation of links to file
documentation when it encounters a file name such as "hello.c".
pull/1/head
Michael Brown 2006-03-23 21:06:36 +00:00
parent 2bc7c746a6
commit 17c0253ca0
1 changed files with 2 additions and 1 deletions

View File

@ -454,6 +454,7 @@ WARN_LOGFILE =
INPUT = @SRCDIRS@ \ INPUT = @SRCDIRS@ \
include \ include \
include/gpxe \
arch/@ARCH@/include \ arch/@ARCH@/include \
doc doc
@ -479,7 +480,7 @@ RECURSIVE = NO
# excluded from the INPUT source files. This way you can easily exclude a # excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag. # subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = EXCLUDE = proto/uip
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded # directories that are symbolic links (a Unix filesystem feature) are excluded