Added more src subdirectories into doxygen docs

This commit is contained in:
Jouni Malinen 2009-01-02 22:27:17 +02:00
parent 4be048a8a6
commit a4149765a2
4 changed files with 33 additions and 9 deletions

View File

@ -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 =

View File

@ -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 =

View File

@ -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 =

View File

@ -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 =