summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cfg
diff options
context:
space:
mode:
authorMichael Brown2005-05-18 17:24:35 +0200
committerMichael Brown2005-05-18 17:24:35 +0200
commitb115d1655c6e7513f8b4460ae06071624c0fa9cf (patch)
tree0a292d54f62dc8327ead7cc51356d2bcb28a4258 /src/doxygen.cfg
parentOnly produce documentation where documentation actually exists. (diff)
downloadipxe-b115d1655c6e7513f8b4460ae06071624c0fa9cf.tar.gz
ipxe-b115d1655c6e7513f8b4460ae06071624c0fa9cf.tar.xz
ipxe-b115d1655c6e7513f8b4460ae06071624c0fa9cf.zip
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 =