Parcourir la source

Remove wpa_gui from doxygen documentations

The *.ui.h were causing number of warnings and they do not need to be
included in documentation.
Jouni Malinen il y a 16 ans
Parent
commit
f565d71ac9
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      wpa_supplicant/doc/doxygen.fast
  2. 1 1
      wpa_supplicant/doc/doxygen.full

+ 1 - 1
wpa_supplicant/doc/doxygen.fast

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

+ 1 - 1
wpa_supplicant/doc/doxygen.full

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