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:
parent
f58b20ce66
commit
f565d71ac9
2 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue