Browse Source

Add include directories as source dirs

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
b115d1655c
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/doxygen.cfg

+ 3
- 1
src/doxygen.cfg View File

58
 #---------------------------------------------------------------------------
58
 #---------------------------------------------------------------------------
59
 # configuration options related to the input files
59
 # configuration options related to the input files
60
 #---------------------------------------------------------------------------
60
 #---------------------------------------------------------------------------
61
-INPUT                  = @SRCDIRS@
61
+INPUT                  = @SRCDIRS@ \
62
+                         include \
63
+                         arch/@ARCH@/include
62
 FILE_PATTERNS          = 
64
 FILE_PATTERNS          = 
63
 RECURSIVE              = NO
65
 RECURSIVE              = NO
64
 EXCLUDE                = 
66
 EXCLUDE                = 

Loading…
Cancel
Save