Remove wpa_gui from doxygen documentations

The *.ui.h were causing number of warnings and they do not need to be
included in documentation.
This commit is contained in:
Jouni Malinen 2009-01-04 14:58:47 +02:00
parent f58b20ce66
commit f565d71ac9
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ INPUT = wpa_supplicant \
src/wps
FILE_PATTERNS = *.c *.h *.cpp *.m *.doxygen
RECURSIVE = YES
EXCLUDE =
EXCLUDE = wpa_supplicant/wpa_gui
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */.moc/* */.ui/*
EXAMPLE_PATH =

View file

@ -94,7 +94,7 @@ INPUT = wpa_supplicant \
src/wps
FILE_PATTERNS = *.c *.h *.cpp *.m *.doxygen
RECURSIVE = YES
EXCLUDE =
EXCLUDE = wpa_supplicant/wpa_gui
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */.moc/* */.ui/*
EXAMPLE_PATH =