3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = wpa_supplicant
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = NO
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class" \
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
31 JAVADOC_AUTOBRIEF = NO
32 MULTILINE_CPP_IS_BRIEF = NO
35 DISTRIBUTE_GROUP_DOC = NO
38 OPTIMIZE_OUTPUT_FOR_C = YES
39 OPTIMIZE_OUTPUT_JAVA = NO
41 #---------------------------------------------------------------------------
42 # Build related configuration options
43 #---------------------------------------------------------------------------
47 EXTRACT_LOCAL_CLASSES = YES
48 EXTRACT_LOCAL_METHODS = NO
49 HIDE_UNDOC_MEMBERS = NO
50 HIDE_UNDOC_CLASSES = NO
51 HIDE_FRIEND_COMPOUNDS = NO
52 HIDE_IN_BODY_DOCS = NO
54 CASE_SENSE_NAMES = YES
56 SHOW_INCLUDE_FILES = YES
58 SORT_MEMBER_DOCS = YES
60 SORT_BY_SCOPE_NAME = NO
61 GENERATE_TODOLIST = YES
62 GENERATE_TESTLIST = YES
63 GENERATE_BUGLIST = YES
64 GENERATE_DEPRECATEDLIST= YES
66 MAX_INITIALIZER_LINES = 30
70 #---------------------------------------------------------------------------
71 # configuration options related to warning and progress messages
72 #---------------------------------------------------------------------------
75 WARN_IF_UNDOCUMENTED = YES
76 WARN_IF_DOC_ERROR = YES
77 WARN_NO_PARAMDOC = YES
78 WARN_FORMAT = "$file:$line: $text"
80 #---------------------------------------------------------------------------
81 # configuration options related to the input files
82 #---------------------------------------------------------------------------
90 ../src/drivers/driver.h \
91 ../src/drivers/drivers.c \
93 FILE_PATTERNS = *.c *.h *.doxygen
100 EXAMPLE_RECURSIVE = NO
102 INPUT_FILTER = kerneldoc2doxygen.pl
104 FILTER_SOURCE_FILES = YES
105 #---------------------------------------------------------------------------
106 # configuration options related to source browsing
107 #---------------------------------------------------------------------------
110 STRIP_CODE_COMMENTS = YES
111 REFERENCED_BY_RELATION = NO
112 REFERENCES_RELATION = NO
113 VERBATIM_HEADERS = NO
114 #---------------------------------------------------------------------------
115 # configuration options related to the alphabetical class index
116 #---------------------------------------------------------------------------
117 ALPHABETICAL_INDEX = YES
118 COLS_IN_ALPHA_INDEX = 3
120 #---------------------------------------------------------------------------
121 # configuration options related to the HTML output
122 #---------------------------------------------------------------------------
125 HTML_FILE_EXTENSION = .html
129 HTML_ALIGN_MEMBERS = YES
130 GENERATE_HTMLHELP = NO
137 ENUM_VALUES_PER_LINE = 4
138 GENERATE_TREEVIEW = NO
140 #---------------------------------------------------------------------------
141 # configuration options related to the LaTeX output
142 #---------------------------------------------------------------------------
145 LATEX_CMD_NAME = latex
146 MAKEINDEX_CMD_NAME = makeindex
154 LATEX_HIDE_INDICES = NO
155 #---------------------------------------------------------------------------
156 # configuration options related to the RTF output
157 #---------------------------------------------------------------------------
162 RTF_STYLESHEET_FILE =
163 RTF_EXTENSIONS_FILE =
164 #---------------------------------------------------------------------------
165 # configuration options related to the man page output
166 #---------------------------------------------------------------------------
171 #---------------------------------------------------------------------------
172 # configuration options related to the XML output
173 #---------------------------------------------------------------------------
178 XML_PROGRAMLISTING = YES
179 #---------------------------------------------------------------------------
180 # configuration options for the AutoGen Definitions output
181 #---------------------------------------------------------------------------
182 GENERATE_AUTOGEN_DEF = NO
183 #---------------------------------------------------------------------------
184 # configuration options related to the Perl module output
185 #---------------------------------------------------------------------------
186 GENERATE_PERLMOD = NO
189 PERLMOD_MAKEVAR_PREFIX =
190 #---------------------------------------------------------------------------
191 # Configuration options related to the preprocessor
192 #---------------------------------------------------------------------------
193 ENABLE_PREPROCESSING = YES
195 EXPAND_ONLY_PREDEF = NO
196 SEARCH_INCLUDES = YES
198 INCLUDE_FILE_PATTERNS =
199 PREDEFINED = IEEE8021X_EAPOL
201 SKIP_FUNCTION_MACROS = YES
202 #---------------------------------------------------------------------------
203 # Configuration::additions related to external references
204 #---------------------------------------------------------------------------
208 EXTERNAL_GROUPS = YES
209 PERL_PATH = /usr/bin/perl
210 #---------------------------------------------------------------------------
211 # Configuration options related to the dot tool
212 #---------------------------------------------------------------------------
214 HIDE_UNDOC_RELATIONS = YES
217 COLLABORATION_GRAPH = YES
220 TEMPLATE_RELATIONS = NO
222 INCLUDED_BY_GRAPH = YES
224 GRAPHICAL_HIERARCHY = YES
226 DOT_IMAGE_FORMAT = png
229 MAX_DOT_GRAPH_WIDTH = 1024
230 MAX_DOT_GRAPH_HEIGHT = 1024
231 MAX_DOT_GRAPH_DEPTH = 1000
233 DOT_MULTI_TARGETS = NO
234 GENERATE_LEGEND = YES
236 #---------------------------------------------------------------------------
237 # Configuration::additions related to the search engine
238 #---------------------------------------------------------------------------