3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
9 OUTPUT_DIRECTORY = ./Docs
11 OUTPUT_LANGUAGE = English
12 BRIEF_MEMBER_DESC = NO
14 ABBREVIATE_BRIEF = "The $name class " \
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
28 STRIP_FROM_PATH = /Applications/
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
43 DISTRIBUTE_GROUP_DOC = YES
45 #---------------------------------------------------------------------------
46 # Build related configuration options
47 #---------------------------------------------------------------------------
51 EXTRACT_LOCAL_CLASSES = NO
52 EXTRACT_LOCAL_METHODS = NO
53 EXTRACT_ANON_NSPACES = NO
54 HIDE_UNDOC_MEMBERS = NO
55 HIDE_UNDOC_CLASSES = NO
56 HIDE_FRIEND_COMPOUNDS = NO
57 HIDE_IN_BODY_DOCS = NO
60 HIDE_SCOPE_NAMES = YES
61 SHOW_INCLUDE_FILES = YES
63 SORT_MEMBER_DOCS = YES
65 SORT_BY_SCOPE_NAME = NO
66 GENERATE_TODOLIST = YES
67 GENERATE_TESTLIST = YES
68 GENERATE_BUGLIST = YES
69 GENERATE_DEPRECATEDLIST= YES
71 MAX_INITIALIZER_LINES = 30
75 #---------------------------------------------------------------------------
76 # configuration options related to warning and progress messages
77 #---------------------------------------------------------------------------
80 WARN_IF_UNDOCUMENTED = YES
81 WARN_IF_DOC_ERROR = YES
83 WARN_FORMAT = "$file:$line: $text "
85 #---------------------------------------------------------------------------
86 # configuration options related to the input files
87 #---------------------------------------------------------------------------
89 INPUT_ENCODING = UTF-8
133 EXCLUDE_SYMLINKS = YES
134 EXCLUDE_PATTERNS = */build/* \
139 */FriBidi.framework/* \
140 */ShortcutRecorder/* \
141 "*/joscar Java Bridge/* " \
148 */Libpurple.framework/*
152 EXAMPLE_RECURSIVE = NO
156 FILTER_SOURCE_FILES = NO
157 #---------------------------------------------------------------------------
158 # configuration options related to source browsing
159 #---------------------------------------------------------------------------
162 STRIP_CODE_COMMENTS = YES
163 REFERENCED_BY_RELATION = NO
164 REFERENCES_RELATION = NO
165 REFERENCES_LINK_SOURCE = YES
167 VERBATIM_HEADERS = NO
168 #---------------------------------------------------------------------------
169 # configuration options related to the alphabetical class index
170 #---------------------------------------------------------------------------
171 ALPHABETICAL_INDEX = NO
172 COLS_IN_ALPHA_INDEX = 5
174 #---------------------------------------------------------------------------
175 # configuration options related to the HTML output
176 #---------------------------------------------------------------------------
179 HTML_FILE_EXTENSION = .html
183 HTML_ALIGN_MEMBERS = YES
184 GENERATE_HTMLHELP = NO
185 HTML_DYNAMIC_SECTIONS = NO
192 ENUM_VALUES_PER_LINE = 4
193 GENERATE_TREEVIEW = YES
195 #---------------------------------------------------------------------------
196 # configuration options related to the LaTeX output
197 #---------------------------------------------------------------------------
200 LATEX_CMD_NAME = latex
201 MAKEINDEX_CMD_NAME = makeindex
209 LATEX_HIDE_INDICES = NO
210 #---------------------------------------------------------------------------
211 # configuration options related to the RTF output
212 #---------------------------------------------------------------------------
217 RTF_STYLESHEET_FILE =
218 RTF_EXTENSIONS_FILE =
219 #---------------------------------------------------------------------------
220 # configuration options related to the man page output
221 #---------------------------------------------------------------------------
226 #---------------------------------------------------------------------------
227 # configuration options related to the XML output
228 #---------------------------------------------------------------------------
233 XML_PROGRAMLISTING = YES
234 #---------------------------------------------------------------------------
235 # configuration options for the AutoGen Definitions output
236 #---------------------------------------------------------------------------
237 GENERATE_AUTOGEN_DEF = NO
238 #---------------------------------------------------------------------------
239 # configuration options related to the Perl module output
240 #---------------------------------------------------------------------------
241 GENERATE_PERLMOD = NO
244 PERLMOD_MAKEVAR_PREFIX =
245 #---------------------------------------------------------------------------
246 # Configuration options related to the preprocessor
247 #---------------------------------------------------------------------------
248 ENABLE_PREPROCESSING = YES
250 EXPAND_ONLY_PREDEF = NO
251 SEARCH_INCLUDES = YES
253 INCLUDE_FILE_PATTERNS =
256 SKIP_FUNCTION_MACROS = YES
257 #---------------------------------------------------------------------------
258 # Configuration::additions related to external references
259 #---------------------------------------------------------------------------
263 EXTERNAL_GROUPS = YES
264 PERL_PATH = /usr/bin/perl
265 #---------------------------------------------------------------------------
266 # Configuration options related to the dot tool
267 #---------------------------------------------------------------------------
269 MSCGEN_PATH = /Applications/Doxygen.app/Contents/Resources/
270 HIDE_UNDOC_RELATIONS = YES
273 COLLABORATION_GRAPH = YES
276 TEMPLATE_RELATIONS = NO
278 INCLUDED_BY_GRAPH = YES
281 GRAPHICAL_HIERARCHY = YES
282 DIRECTORY_GRAPH = YES
283 DOT_IMAGE_FORMAT = png
286 DOT_GRAPH_MAX_NODES = 50
287 MAX_DOT_GRAPH_DEPTH = 1000
289 DOT_MULTI_TARGETS = NO
290 GENERATE_LEGEND = YES
292 #---------------------------------------------------------------------------
293 # Configuration::additions related to the search engine
294 #---------------------------------------------------------------------------