diff options
-rw-r--r-- | src/doxygen.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doxygen.cfg b/src/doxygen.cfg index f711a06f2..59922cd59 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 |