Explorar el Código

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 hace 18 años
padre
commit
17c0253ca0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/doxygen.cfg

+ 2
- 1
src/doxygen.cfg Ver fichero

@@ -454,6 +454,7 @@ WARN_LOGFILE           =
454 454
 
455 455
 INPUT                  = @SRCDIRS@ \
456 456
                          include \
457
+                         include/gpxe \
457 458
                          arch/@ARCH@/include \
458 459
                          doc
459 460
 
@@ -479,7 +480,7 @@ RECURSIVE              = NO
479 480
 # excluded from the INPUT source files. This way you can easily exclude a 
480 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 485
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
485 486
 # directories that are symbolic links (a Unix filesystem feature) are excluded 

Loading…
Cancelar
Guardar