mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Added more src subdirectories into doxygen docs
This commit is contained in:
parent
4be048a8a6
commit
a4149765a2
@ -80,7 +80,17 @@ WARN_LOGFILE =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = .
|
||||
INPUT = . \
|
||||
../src/common \
|
||||
../src/crypto \
|
||||
../src/eap_common \
|
||||
../src/eap_server \
|
||||
../src/l2_packet \
|
||||
../src/radius \
|
||||
../src/rsn_supp \
|
||||
../src/tls \
|
||||
../src/utils \
|
||||
../src/wps
|
||||
FILE_PATTERNS = *.c *.h *.doxygen
|
||||
RECURSIVE = YES
|
||||
EXCLUDE =
|
||||
|
@ -80,7 +80,17 @@ WARN_LOGFILE =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = .
|
||||
INPUT = . \
|
||||
../src/common \
|
||||
../src/crypto \
|
||||
../src/eap_common \
|
||||
../src/eap_server \
|
||||
../src/l2_packet \
|
||||
../src/radius \
|
||||
../src/rsn_supp \
|
||||
../src/tls \
|
||||
../src/utils \
|
||||
../src/wps
|
||||
FILE_PATTERNS = *.c *.h *.doxygen
|
||||
RECURSIVE = YES
|
||||
EXCLUDE =
|
||||
|
@ -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 =
|
||||
|
@ -90,7 +90,8 @@ INPUT = wpa_supplicant \
|
||||
src/l2_packet \
|
||||
src/rsn_supp \
|
||||
src/tls \
|
||||
src/utils
|
||||
src/utils \
|
||||
src/wps
|
||||
FILE_PATTERNS = *.c *.h *.cpp *.m *.doxygen
|
||||
RECURSIVE = YES
|
||||
EXCLUDE =
|
||||
|
Loading…
Reference in New Issue
Block a user