3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
9 OUTPUT_DIRECTORY = doxygen
11 OUTPUT_LANGUAGE = English
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
33 MULTILINE_CPP_IS_BRIEF = NO
36 SEPARATE_MEMBER_PAGES = NO
39 OPTIMIZE_OUTPUT_FOR_C = YES
40 OPTIMIZE_OUTPUT_JAVA = NO
41 BUILTIN_STL_SUPPORT = NO
44 DISTRIBUTE_GROUP_DOC = NO
46 TYPEDEF_HIDES_STRUCT = NO
47 #---------------------------------------------------------------------------
48 # Build related configuration options
49 #---------------------------------------------------------------------------
53 EXTRACT_LOCAL_CLASSES = YES
54 EXTRACT_LOCAL_METHODS = NO
55 EXTRACT_ANON_NSPACES = NO
56 HIDE_UNDOC_MEMBERS = NO
57 HIDE_UNDOC_CLASSES = NO
58 HIDE_FRIEND_COMPOUNDS = NO
59 HIDE_IN_BODY_DOCS = NO
61 CASE_SENSE_NAMES = YES
63 SHOW_INCLUDE_FILES = YES
65 SORT_MEMBER_DOCS = YES
67 SORT_BY_SCOPE_NAME = NO
68 GENERATE_TODOLIST = YES
69 GENERATE_TESTLIST = YES
70 GENERATE_BUGLIST = YES
71 GENERATE_DEPRECATEDLIST= YES
73 MAX_INITIALIZER_LINES = 30
75 SHOW_DIRECTORIES = YES
77 #---------------------------------------------------------------------------
78 # configuration options related to warning and progress messages
79 #---------------------------------------------------------------------------
82 WARN_IF_UNDOCUMENTED = YES
83 WARN_IF_DOC_ERROR = YES
85 WARN_FORMAT = "$file:$line: $text"
87 #---------------------------------------------------------------------------
88 # configuration options related to the input files
89 #---------------------------------------------------------------------------
91 INPUT_ENCODING = UTF-8
137 EXCLUDE_SYMLINKS = NO
142 EXAMPLE_RECURSIVE = NO
146 FILTER_SOURCE_FILES = NO
147 #---------------------------------------------------------------------------
148 # configuration options related to source browsing
149 #---------------------------------------------------------------------------
152 STRIP_CODE_COMMENTS = NO
153 REFERENCED_BY_RELATION = YES
154 REFERENCES_RELATION = YES
155 REFERENCES_LINK_SOURCE = YES
157 VERBATIM_HEADERS = YES
158 #---------------------------------------------------------------------------
159 # configuration options related to the alphabetical class index
160 #---------------------------------------------------------------------------
161 ALPHABETICAL_INDEX = NO
162 COLS_IN_ALPHA_INDEX = 5
164 #---------------------------------------------------------------------------
165 # configuration options related to the HTML output
166 #---------------------------------------------------------------------------
169 HTML_FILE_EXTENSION = .html
173 HTML_ALIGN_MEMBERS = YES
174 GENERATE_HTMLHELP = NO
175 HTML_DYNAMIC_SECTIONS = NO
182 ENUM_VALUES_PER_LINE = 4
183 GENERATE_TREEVIEW = YES
185 #---------------------------------------------------------------------------
186 # configuration options related to the LaTeX output
187 #---------------------------------------------------------------------------
190 LATEX_CMD_NAME = latex
191 MAKEINDEX_CMD_NAME = makeindex
199 LATEX_HIDE_INDICES = NO
200 #---------------------------------------------------------------------------
201 # configuration options related to the RTF output
202 #---------------------------------------------------------------------------
207 RTF_STYLESHEET_FILE =
208 RTF_EXTENSIONS_FILE =
209 #---------------------------------------------------------------------------
210 # configuration options related to the man page output
211 #---------------------------------------------------------------------------
216 #---------------------------------------------------------------------------
217 # configuration options related to the XML output
218 #---------------------------------------------------------------------------
223 XML_PROGRAMLISTING = YES
224 #---------------------------------------------------------------------------
225 # configuration options for the AutoGen Definitions output
226 #---------------------------------------------------------------------------
227 GENERATE_AUTOGEN_DEF = NO
228 #---------------------------------------------------------------------------
229 # configuration options related to the Perl module output
230 #---------------------------------------------------------------------------
231 GENERATE_PERLMOD = NO
234 PERLMOD_MAKEVAR_PREFIX =
235 #---------------------------------------------------------------------------
236 # Configuration options related to the preprocessor
237 #---------------------------------------------------------------------------
238 ENABLE_PREPROCESSING = YES
240 EXPAND_ONLY_PREDEF = NO
241 SEARCH_INCLUDES = YES
243 INCLUDE_FILE_PATTERNS =
244 PREDEFINED = DEBUG FLOG_SRC_INFO
246 SKIP_FUNCTION_MACROS = YES
247 #---------------------------------------------------------------------------
248 # Configuration::additions related to external references
249 #---------------------------------------------------------------------------
253 EXTERNAL_GROUPS = YES
254 PERL_PATH = /usr/bin/perl
255 #---------------------------------------------------------------------------
256 # Configuration options related to the dot tool
257 #---------------------------------------------------------------------------
260 HIDE_UNDOC_RELATIONS = YES
263 COLLABORATION_GRAPH = YES
266 TEMPLATE_RELATIONS = NO
268 INCLUDED_BY_GRAPH = YES
271 GRAPHICAL_HIERARCHY = YES
272 DIRECTORY_GRAPH = YES
273 DOT_IMAGE_FORMAT = png
276 DOT_GRAPH_MAX_NODES = 50
277 MAX_DOT_GRAPH_DEPTH = 1000
278 DOT_TRANSPARENT = YES
279 DOT_MULTI_TARGETS = NO
280 GENERATE_LEGEND = YES
282 #---------------------------------------------------------------------------
283 # Configuration::additions related to the search engine
284 #---------------------------------------------------------------------------