]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Add include/gpxe as a directory to scan.
authorMichael Brown <mcb30@etherboot.org>
Thu, 23 Mar 2006 21:06:36 +0000 (21:06 +0000)
committerMichael Brown <mcb30@etherboot.org>
Thu, 23 Mar 2006 21:06:36 +0000 (21:06 +0000)
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".

src/doxygen.cfg

index f711a06f26ac4b267bb0ac4303995b65e9a9837b..59922cd599538e3f185e81d84ef0fd2d2bedb0f3 100644 (file)
@@ -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