3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = wpa_supplicant
8 OUTPUT_DIRECTORY = wpa_supplicant/doc
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
68 SHOW_DIRECTORIES = YES
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 #---------------------------------------------------------------------------
83 INPUT = wpa_supplicant \
94 FILE_PATTERNS = *.c *.h *.cpp *.m *.doxygen
101 EXAMPLE_RECURSIVE = NO
103 INPUT_FILTER = kerneldoc2doxygen.pl
105 FILTER_SOURCE_FILES = YES
106 #---------------------------------------------------------------------------
107 # configuration options related to source browsing
108 #---------------------------------------------------------------------------
111 STRIP_CODE_COMMENTS = YES
112 REFERENCED_BY_RELATION = NO
113 REFERENCES_RELATION = NO
114 VERBATIM_HEADERS = NO
115 #---------------------------------------------------------------------------
116 # configuration options related to the alphabetical class index
117 #---------------------------------------------------------------------------
118 ALPHABETICAL_INDEX = YES
119 COLS_IN_ALPHA_INDEX = 3
121 #---------------------------------------------------------------------------
122 # configuration options related to the HTML output
123 #---------------------------------------------------------------------------
126 HTML_FILE_EXTENSION = .html
130 HTML_ALIGN_MEMBERS = YES
131 GENERATE_HTMLHELP = NO
138 ENUM_VALUES_PER_LINE = 4
139 GENERATE_TREEVIEW = NO
141 #---------------------------------------------------------------------------
142 # configuration options related to the LaTeX output
143 #---------------------------------------------------------------------------
146 LATEX_CMD_NAME = latex
147 MAKEINDEX_CMD_NAME = makeindex
155 LATEX_HIDE_INDICES = NO
156 #---------------------------------------------------------------------------
157 # configuration options related to the RTF output
158 #---------------------------------------------------------------------------
163 RTF_STYLESHEET_FILE =
164 RTF_EXTENSIONS_FILE =
165 #---------------------------------------------------------------------------
166 # configuration options related to the man page output
167 #---------------------------------------------------------------------------
172 #---------------------------------------------------------------------------
173 # configuration options related to the XML output
174 #---------------------------------------------------------------------------
179 XML_PROGRAMLISTING = YES
180 #---------------------------------------------------------------------------
181 # configuration options for the AutoGen Definitions output
182 #---------------------------------------------------------------------------
183 GENERATE_AUTOGEN_DEF = NO
184 #---------------------------------------------------------------------------
185 # configuration options related to the Perl module output
186 #---------------------------------------------------------------------------
187 GENERATE_PERLMOD = NO
190 PERLMOD_MAKEVAR_PREFIX =
191 #---------------------------------------------------------------------------
192 # Configuration options related to the preprocessor
193 #---------------------------------------------------------------------------
194 ENABLE_PREPROCESSING = YES
196 EXPAND_ONLY_PREDEF = NO
197 SEARCH_INCLUDES = YES
199 INCLUDE_FILE_PATTERNS =
200 PREDEFINED = IEEE8021X_EAPOL CONFIG_CTRL_IFACE
202 SKIP_FUNCTION_MACROS = YES
203 #---------------------------------------------------------------------------
204 # Configuration::additions related to external references
205 #---------------------------------------------------------------------------
209 EXTERNAL_GROUPS = YES
210 PERL_PATH = /usr/bin/perl
211 #---------------------------------------------------------------------------
212 # Configuration options related to the dot tool
213 #---------------------------------------------------------------------------
215 HIDE_UNDOC_RELATIONS = YES
218 COLLABORATION_GRAPH = YES
221 TEMPLATE_RELATIONS = NO
223 INCLUDED_BY_GRAPH = YES
225 GRAPHICAL_HIERARCHY = YES
227 DOT_IMAGE_FORMAT = png
230 MAX_DOT_GRAPH_WIDTH = 1024
231 MAX_DOT_GRAPH_HEIGHT = 1024
232 MAX_DOT_GRAPH_DEPTH = 1000
234 DOT_MULTI_TARGETS = NO
235 GENERATE_LEGEND = YES
237 #---------------------------------------------------------------------------
238 # Configuration::additions related to the search engine
239 #---------------------------------------------------------------------------