Added more src subdirectories into doxygen docs
This commit is contained in:
parent
4be048a8a6
commit
a4149765a2
4 changed files with 33 additions and 9 deletions
|
@ -81,15 +81,18 @@ WARN_LOGFILE =
|
|||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = . \
|
||||
../src/common \
|
||||
../src/crypto \
|
||||
../src/utils \
|
||||
../src/eap_peer \
|
||||
../src/eap_common \
|
||||
../src/l2_packet \
|
||||
../src/rsn_supp \
|
||||
../src/drivers/driver.h \
|
||||
../src/drivers/drivers.c \
|
||||
../src/tls
|
||||
../src/eap_common \
|
||||
../src/eapol_supp \
|
||||
../src/eap_peer \
|
||||
../src/l2_packet \
|
||||
../src/rsn_supp \
|
||||
../src/tls \
|
||||
../src/utils \
|
||||
../src/wps
|
||||
FILE_PATTERNS = *.c *.h *.doxygen
|
||||
RECURSIVE = YES
|
||||
EXCLUDE =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue