Browse 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 16 years ago
parent
commit
f565d71ac9
2 changed files with 2 additions and 2 deletions
  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           =