summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cfg
diff options
context:
space:
mode:
authorMichael Brown2006-03-23 22:06:36 +0100
committerMichael Brown2006-03-23 22:06:36 +0100
commit17c0253ca043be669cadefd5a018694f5513e831 (patch)
tree1d69b49a199f74c319c4e022321551006f5554e5 /src/doxygen.cfg
parentUpdated with "doxygen -u" from doxygen 1.4.4 (diff)
downloadipxe-17c0253ca043be669cadefd5a018694f5513e831.tar.gz
ipxe-17c0253ca043be669cadefd5a018694f5513e831.tar.xz
ipxe-17c0253ca043be669cadefd5a018694f5513e831.zip
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".
Diffstat (limited to 'src/doxygen.cfg')
-rw-r--r--src/doxygen.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doxygen.cfg b/src/doxygen.cfg
index f711a06f..59922cd5 100644
--- a/src/doxygen.cfg
+++ b/src/doxygen.cfg
@@ -454,6 +454,7 @@ WARN_LOGFILE =
INPUT = @SRCDIRS@ \
include \
+ include/gpxe \
arch/@ARCH@/include \
doc
@@ -479,7 +480,7 @@ RECURSIVE = NO
# 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.
-EXCLUDE =
+EXCLUDE = proto/uip
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded