aboutsummaryrefslogtreecommitdiffstats
path: root/src/doxygen.cfg
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-05-18 15:24:35 +0000
committerMichael Brown <mcb30@etherboot.org>2005-05-18 15:24:35 +0000
commitb115d1655c6e7513f8b4460ae06071624c0fa9cf (patch)
tree0a292d54f62dc8327ead7cc51356d2bcb28a4258 /src/doxygen.cfg
parenta28b779e7162b1ea4b67f24abe4c0d804ff3b6df (diff)
downloadipxe-b115d1655c6e7513f8b4460ae06071624c0fa9cf.tar.gz
Add include directories as source dirs
Diffstat (limited to 'src/doxygen.cfg')
-rw-r--r--src/doxygen.cfg4
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 =