3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
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 #---------------------------------------------------------------------------
84 FILE_PATTERNS = *.c *.h *.doxygen
91 EXAMPLE_RECURSIVE = NO
93 INPUT_FILTER = kerneldoc2doxygen.pl
95 FILTER_SOURCE_FILES = YES
96 #---------------------------------------------------------------------------
97 # configuration options related to source browsing
98 #---------------------------------------------------------------------------
101 STRIP_CODE_COMMENTS = YES
102 REFERENCED_BY_RELATION = NO
103 REFERENCES_RELATION = NO
104 VERBATIM_HEADERS = NO
105 #---------------------------------------------------------------------------
106 # configuration options related to the alphabetical class index
107 #---------------------------------------------------------------------------
108 ALPHABETICAL_INDEX = YES
109 COLS_IN_ALPHA_INDEX = 3
111 #---------------------------------------------------------------------------
112 # configuration options related to the HTML output
113 #---------------------------------------------------------------------------
116 HTML_FILE_EXTENSION = .html
120 HTML_ALIGN_MEMBERS = YES
121 GENERATE_HTMLHELP = NO
128 ENUM_VALUES_PER_LINE = 4
129 GENERATE_TREEVIEW = NO
131 #---------------------------------------------------------------------------
132 # configuration options related to the LaTeX output
133 #---------------------------------------------------------------------------
136 LATEX_CMD_NAME = latex
137 MAKEINDEX_CMD_NAME = makeindex
145 LATEX_HIDE_INDICES = NO
146 #---------------------------------------------------------------------------
147 # configuration options related to the RTF output
148 #---------------------------------------------------------------------------
153 RTF_STYLESHEET_FILE =
154 RTF_EXTENSIONS_FILE =
155 #---------------------------------------------------------------------------
156 # configuration options related to the man page output
157 #---------------------------------------------------------------------------
162 #---------------------------------------------------------------------------
163 # configuration options related to the XML output
164 #---------------------------------------------------------------------------
169 XML_PROGRAMLISTING = YES
170 #---------------------------------------------------------------------------
171 # configuration options for the AutoGen Definitions output
172 #---------------------------------------------------------------------------
173 GENERATE_AUTOGEN_DEF = NO
174 #---------------------------------------------------------------------------
175 # configuration options related to the Perl module output
176 #---------------------------------------------------------------------------
177 GENERATE_PERLMOD = NO
180 PERLMOD_MAKEVAR_PREFIX =
181 #---------------------------------------------------------------------------
182 # Configuration options related to the preprocessor
183 #---------------------------------------------------------------------------
184 ENABLE_PREPROCESSING = YES
186 EXPAND_ONLY_PREDEF = NO
187 SEARCH_INCLUDES = YES
189 INCLUDE_FILE_PATTERNS =
190 PREDEFINED = RADIUS_SERVER EAP_SERVER EAP_SIM
192 SKIP_FUNCTION_MACROS = YES
193 #---------------------------------------------------------------------------
194 # Configuration::additions related to external references
195 #---------------------------------------------------------------------------
199 EXTERNAL_GROUPS = YES
200 PERL_PATH = /usr/bin/perl
201 #---------------------------------------------------------------------------
202 # Configuration options related to the dot tool
203 #---------------------------------------------------------------------------
205 HIDE_UNDOC_RELATIONS = YES
208 COLLABORATION_GRAPH = YES
211 TEMPLATE_RELATIONS = NO
213 INCLUDED_BY_GRAPH = YES
215 GRAPHICAL_HIERARCHY = YES
217 DOT_IMAGE_FORMAT = png
220 MAX_DOT_GRAPH_WIDTH = 1024
221 MAX_DOT_GRAPH_HEIGHT = 1024
222 MAX_DOT_GRAPH_DEPTH = 1000
224 DOT_MULTI_TARGETS = NO
225 GENERATE_LEGEND = YES
227 #---------------------------------------------------------------------------
228 # Configuration::additions related to the search engine
229 #---------------------------------------------------------------------------