diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-05-18 15:24:35 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-05-18 15:24:35 +0000 |
commit | b115d1655c6e7513f8b4460ae06071624c0fa9cf (patch) | |
tree | 0a292d54f62dc8327ead7cc51356d2bcb28a4258 /src/doxygen.cfg | |
parent | a28b779e7162b1ea4b67f24abe4c0d804ff3b6df (diff) | |
download | ipxe-b115d1655c6e7513f8b4460ae06071624c0fa9cf.tar.gz |
Add include directories as source dirs
Diffstat (limited to 'src/doxygen.cfg')
-rw-r--r-- | src/doxygen.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doxygen.cfg b/src/doxygen.cfg index 136edb48..3ce15c49 100644 --- a/src/doxygen.cfg +++ b/src/doxygen.cfg @@ -58,7 +58,9 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = @SRCDIRS@ +INPUT = @SRCDIRS@ \ + include \ + arch/@ARCH@/include FILE_PATTERNS = RECURSIVE = NO EXCLUDE = |