Browse Source

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".
tags/v0.9.3
Michael Brown 18 years ago
parent
commit
17c0253ca0
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/doxygen.cfg

+ 2
- 1
src/doxygen.cfg View File

454
 
454
 
455
 INPUT                  = @SRCDIRS@ \
455
 INPUT                  = @SRCDIRS@ \
456
                          include \
456
                          include \
457
+                         include/gpxe \
457
                          arch/@ARCH@/include \
458
                          arch/@ARCH@/include \
458
                          doc
459
                          doc
459
 
460
 
479
 # excluded from the INPUT source files. This way you can easily exclude a 
480
 # excluded from the INPUT source files. This way you can easily exclude a 
480
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
481
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
481
 
482
 
482
-EXCLUDE                = 
483
+EXCLUDE                = proto/uip
483
 
484
 
484
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
485
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
485
 # directories that are symbolic links (a Unix filesystem feature) are excluded 
486
 # directories that are symbolic links (a Unix filesystem feature) are excluded 

Loading…
Cancel
Save